Méthode System::Net::IPAddress::HostToNetworkOrder
Contenu
[
Cacher
]IPAddress::HostToNetworkOrder(int16_t) method
Convertit l’ordre d’octets hôte spécifié en l’ordre d’octets réseau correspondant.
static int16_t System::Net::IPAddress::HostToNetworkOrder(int16_t host)
| Paramètre | Type | Description |
|---|---|---|
| hôte | int16_t | La valeur à convertir. |
ReturnValue
L’ordre des octets réseau correspondant.
Voir aussi
- Class IPAddress
- Namespace System::Net
- Library Aspose.Font for C++
IPAddress::HostToNetworkOrder(int32_t) method
Convertit l’ordre d’octets hôte spécifié en l’ordre d’octets réseau correspondant.
static int32_t System::Net::IPAddress::HostToNetworkOrder(int32_t host)
| Paramètre | Type | Description |
|---|---|---|
| hôte | int32_t | La valeur à convertir. |
ReturnValue
L’ordre des octets réseau correspondant.
Voir aussi
- Class IPAddress
- Namespace System::Net
- Library Aspose.Font for C++
IPAddress::HostToNetworkOrder(int64_t) method
Convertit l’ordre d’octets hôte spécifié en l’ordre d’octets réseau correspondant.
static int64_t System::Net::IPAddress::HostToNetworkOrder(int64_t host)
| Paramètre | Type | Description |
|---|---|---|
| hôte | int64_t | La valeur à convertir. |
ReturnValue
L’ordre des octets réseau correspondant.
Voir aussi
- Class IPAddress
- Namespace System::Net
- Library Aspose.Font for C++