IpAddress.toString

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.

struct IpAddress
const @nogc @trusted
const(char)[]
toString
()

Return Value

Type: const(char)[]

String representation of the address

Meta