System::Net::IPAddress::NetworkToHostOrder メソッド

IPAddress::NetworkToHostOrder(int16_t) method

指定されたネットワークバイトオーダーを対応するホストバイトオーダーに変換します。

static int16_t System::Net::IPAddress::NetworkToHostOrder(int16_t network)
パラメーター説明
ネットワークint16_t変換する値です。

ReturnValue

対応するホストバイトオーダー。

参照

IPAddress::NetworkToHostOrder(int32_t) method

指定されたネットワークバイトオーダーを対応するホストバイトオーダーに変換します。

static int32_t System::Net::IPAddress::NetworkToHostOrder(int32_t network)
パラメーター説明
ネットワークint32_t変換する値です。

ReturnValue

対応するホストバイトオーダー。

参照

IPAddress::NetworkToHostOrder(int64_t) method

指定されたネットワークバイトオーダーを対応するホストバイトオーダーに変換します。

static int64_t System::Net::IPAddress::NetworkToHostOrder(int64_t network)
パラメーター説明
ネットワークint64_t変換する値です。

ReturnValue

対応するホストバイトオーダー。

参照