|
-
Apr 11th, 2003, 11:02 AM
#1
Thread Starter
Hyperactive Member
C# equivalent of htons
what is c# equivalent of htons function available in Winsock2.h
Thanks
Bill
-
Apr 11th, 2003, 01:39 PM
#2
Thread Starter
Hyperactive Member
Nevermind found it,
using System.Net;
IPAddress.HostToNetworkOrder(short);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|