AddrToString method
DottedAddr = AddrToString ( IPAddr )
| IPAddr |
Long |
Numeric IP address (in network byte order) |
| DottedAddr |
String |
Dotted address string such as "127.0.0.1" |
This method converts a 4-byte integer IP address to a dotted string address. It does
not perform a DNS lookup, so it returns immediately.
|