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

IPAddress::HostToNetworkOrder(int16_t) method

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

static int16_t System::Net::IPAddress::HostToNetworkOrder(int16_t host)
パラメーター説明
hostint16_t変換する値です。

ReturnValue

対応するネットワークバイトオーダー。

参照

IPAddress::HostToNetworkOrder(int32_t) method

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

static int32_t System::Net::IPAddress::HostToNetworkOrder(int32_t host)
パラメーター説明
hostint32_t変換する値です。

ReturnValue

対応するネットワークバイトオーダー。

参照

IPAddress::HostToNetworkOrder(int64_t) method

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

static int64_t System::Net::IPAddress::HostToNetworkOrder(int64_t host)
パラメーター説明
hostint64_t変換する値です。

ReturnValue

対応するネットワークバイトオーダー。

参照