Get a string representation of the address.
The returned string is the decimal representation of the IP address (like "192.168.1.56"), even if it was constructed from a host name.
This string is built using an internal buffer. If you need to store the string, make a copy.
String representation of the address
See Implementation
Get a string representation of the address.
The returned string is the decimal representation of the IP address (like "192.168.1.56"), even if it was constructed from a host name.
This string is built using an internal buffer. If you need to store the string, make a copy.