System::UriShim::IsHexEncoding methode
UriShim::IsHexEncoding method
Controleert of het opgegeven patroon een geescaped hexadecimale vorm is.
static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
| Parameter | Type | Beschrijving |
|---|---|---|
| pattern | const String& | String om de geescaped hexadecimale vorm van te lezen. |
| index | int32_t | Offset in de opgegeven string. |
ReturnValue
Waar als er een geëscapte hex-patroon op de opgegeven positie staat, anders onwaar.
Zie ook
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Page for C++