System::UriShim::IsHexEncoding méthode
UriShim::IsHexEncoding method
Vérifie si le motif donné est une forme hexadécimale échappée.
static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
| Paramètre | Type | Description |
|---|---|---|
| pattern | const String& | String pour lire la forme hexadécimale échappée depuis. |
| indice | int32_t | Décalage dans la chaîne donnée. |
ReturnValue
Vrai s’il existe un motif hexadécimal échappé à la position donnée, sinon faux.
Voir aussi
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Font for C++