AddrToString method
Syntax: DottedAddr = AddrToString ( IPAddr
)
| Part |
Type |
Description |
| DottedAddr |
String |
Dotted numeric address string like "127.0.0.1" |
| IPAddr |
Long |
IP address to be converted to a dotted string. |
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.
|