| [Overview][Constants][Types][Procedures and functions][Index] | 
Convert a string to a network address.
Source position: socketsh.inc line 194
| function StrToNetAddr( | 
| IP: AnsiString | 
| ):in_addr; | 
StrToNetAddr converts the string representation in IP to a network address and returns the network address.
On error, the network address is filled with zeroes.
| 
 | Convert a network address to a string. | |
| 
 | Convert a host address to a string. | |
| 
 | Convert a string to a host address. |