Click or drag to resize
IpConverterDecToIP Method

[This is preliminary documentation and is subject to change.]

Coverts a numeric IP address to string format

Namespace: Netadmin.Core
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static string DecToIP(
	double dec
)

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