inet_ntoa

[DllImport("ws2_32.dll", SetLastError = true)]
public static extern IntPtr inet_ntoa(
   in_addr a
);

Microsoft documentation: Link

Last updated