PDA

Click to See Complete Forum and Search --> : C# equivalent of htons


billrogers
Apr 11th, 2003, 11:02 AM
what is c# equivalent of htons function available in Winsock2.h

Thanks
Bill

billrogers
Apr 11th, 2003, 01:39 PM
Nevermind found it,

using System.Net;

IPAddress.HostToNetworkOrder(short);