Méthode System::Uri::IsHexEncoding
Uri::IsHexEncoding method
Détermine si un caractère dans la chaîne spécifiée à la position indiquée est encodé en hexadécimal.
static bool System::Uri::IsHexEncoding(const String &pattern, int32_t index)
| Paramètre | Type | Description |
|---|---|---|
| motif | const String& | La chaîne à vérifier |
| indice | int32_t | Position zéro‑basée du caractère à tester |
ReturnValue
Vrai si le caractère spécifié est encodé en hexadécimal, sinon - faux
Voir aussi
- Class String
- Class Uri
- Namespace System
- Library Aspose.Font for C++