| [Overview][Constants][Types][Procedures and functions][Index] | 
Convert a host address to a string.
Source position: socketsh.inc line 192
| function HostAddrToStr( | 
| Entry: in_addr | 
| ):AnsiString; | 
HostAddrToStr converts the host address in Entry to a string representation in human-readable form (a dotted quad).
Basically, it is the same as NetAddrToStr, but with the bytes in correct order.
| 
 | Convert a network address to a string. | |
| 
 | Convert a string to a host address. | |
| 
 | Convert a string to a network address. |