System::UriShim::IsHexEncoding-Methode
UriShim::IsHexEncoding method
Prüft, ob das gegebene Muster eine escaped Hex-Form ist.
static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
| Parameter | Typ | Beschreibung |
|---|---|---|
| pattern | const String& | String zum Lesen der escaped hexadezimalen Form aus. |
| Index | int32_t | Versatz im angegebenen String. |
ReturnValue
True, wenn an der angegebenen Position ein escaped hexadezimales Muster vorhanden ist, sonst false.
Siehe auch
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Font for C++