converts an (Ipv4) Internet network address into an ASCII string in Internet standard dotted-decimal format.
use InetNtop Or WSAAddressToString Instead
[Obsolete]
[DllImport("Ws2_32.dll", CharSet = CharSet.Ansi)]
public static extern string inet_ntoa(in_addr @in);
Declare Function inet_ntoa Lib "ws2_32.dll" (TODO) As TODO
Or
<System.Runtime.InteropServices.DllImport("ws2_32.dll", CharSet:=System.Runtime.InteropServices.CharSet.Ansi, SetLastError:=True)>
Public Function inet_ntoa(ByVal IpAddress As Integer) As String
End Function
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!