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