NetworkToHostOrder()
Contents
[
Hide
]IPAddress::NetworkToHostOrder(int64_t) method
Converts the specified network byte order to the corresponding host byte order.
static int64_t System::Net::IPAddress::NetworkToHostOrder(int64_t network)
Arguments
Parameter | Type | Description |
---|---|---|
network | int64_t | The value to convert. |
Return Value
The corresponding host byte order.
IPAddress::NetworkToHostOrder(int32_t) method
Converts the specified network byte order to the corresponding host byte order.
static int32_t System::Net::IPAddress::NetworkToHostOrder(int32_t network)
Arguments
Parameter | Type | Description |
---|---|---|
network | int32_t | The value to convert. |
Return Value
The corresponding host byte order.
IPAddress::NetworkToHostOrder(int16_t) method
Converts the specified network byte order to the corresponding host byte order.
static int16_t System::Net::IPAddress::NetworkToHostOrder(int16_t network)
Arguments
Parameter | Type | Description |
---|---|---|
network | int16_t | The value to convert. |
Return Value
The corresponding host byte order.
See Also
- Class IPAddress
- Namespace System::Net
- Library Aspose.Slides