NetAddrToStr
Convert a network address to a string.
Declaration
Source position: socketsh.inc line 191
function NetAddrToStr(Entry: in_addr) : AnsiString;
Description
NetAddrToStr converts the network address in Entry to a string representation in human-readable form (a dotted quad).
See also
Name | Description |
---|---|
HostAddrToStr | Convert a host address to a string. |
StrToHostAddr | Convert a string to a host address. |
StrToNetAddr | Convert a string to a network address. |