ntohs (ws2_32)
Last changed: -209.87.238.132

.
Summary
TODO - a short description

convert an IP port number in network byte order to the IP port number in host byte order.

C# Signature:

       [DllImport("Ws2_32.dll")]
    public static extern ushort ntohs(ushort netshort);

VB Signature:

Declare Function ntohs Lib "ws2_32.dll" (TODO) As TODO

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
ntohs on MSDN