|
inet_ntoa The Windows Sockets inet_ntoa function converts a network address into a string in Internet standard dotted format. VB4-32,5,6 Declare Function inet_ntoa Lib "wsock32.dll" (ByVal inn As Long) As Long |
VB.NET System.Net.IPAddress.ToString |
Operating Systems Supported |
Requires Windows Sockets 1.1 |
· in [in] A structure that represents an Internet host address. |
If no error occurs, inet_ntoa returns a char pointer to a static buffer containing the text address in standard ".'' notation. Otherwise, it returns NULL. |
|
|
|