@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description converts an (Ipv4) Internet network address into an ASCII string in Internet standard dotted-decimal format. use InetNtop Or WSAAddressToString Instead !!!!C# Signature: [Obsolete] [DllImport("Ws2_32.dll", CharSet = CharSet.Ansi)] public static extern string inet_ntoa(in_addr @in); !!!!VB Signature: 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 !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: inet_ntoa@msdn on MSDN
Edit ws2_32.inet_ntoa
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.