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.

struct IpAddress
const
string
toString
()

Return Value

Type: string

String representation of the address

Meta