IpConverterDecToIP Method |
[This is preliminary documentation and is subject to change.]
Coverts a numeric IP address to string format
Namespace: Netadmin.CoreAssembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic static string DecToIP(
double dec
)
Public Shared Function DecToIP (
dec As Double
) As String
Parameters
- dec
- Type: SystemDouble
[Missing <param name="dec"/> documentation for "M:Netadmin.Core.IpConverter.DecToIP(System.Double)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Netadmin.Core.IpConverter.DecToIP(System.Double)"]
See Also