Try to convert a string to an IPV4 address.
Source position: socketsh.inc line 196
function TryStrToHostAddr( |
IP: AnsiString; |
out ip4: in_addr |
):Boolean; |
TryStrToHostAddr attempts to convert IP to an IPV4 address. If successful it returns the address in ip4 and returns True. If unsuccessful it returns False.
|
Convert a string to a host address. |
|
|
Try to convert a string to an IPV6 address. |