NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DNS.IpToString

Converts an IP address to a string.

[Visual Basic]
Public Shared Function IpToString( _
   ByVal address As Integer _
) As String
[C#]
public static string IpToString(
   int address
);
[C++]
public: static String* IpToString(
   int address
);
[JScript]
public static function IpToString(
   address : int
) : String;

Parameters

address
The IP address to convert.

Return Value

The string representation of the IP address.

See Also

DNS Class | DNS Members | System.Net Namespace