Function NetworkAddress.toAddressString
Returns a string representation of the IP address
string toAddressString() nothrow @safe const;
void toAddressString
(
scope @safe void delegate(const(char)[]) sink
) nothrow @safe const;