NetworkToHostOrder()

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

ParameterTypeDescription
networkint64_tThe 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

ParameterTypeDescription
networkint32_tThe 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

ParameterTypeDescription
networkint16_tThe value to convert.

Return Value

The corresponding host byte order.

See Also