Any C#/.Net equivalent methods, or managed code examples for INET_NTOA and INET_ATON?
The IPAddress class has static methods:
HostToNetworkOrder NetworkToHostOrder
With various overloads.