System::UriShim::IsHexEncoding metodo
UriShim::IsHexEncoding method
Verifica se il pattern fornito è una forma esadecimale escapata.
static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
| Parametro | Tipo | Descrizione |
|---|---|---|
| pattern | const String& | String per leggere la forma esadecimale escapata da. |
| indice | int32_t | Offset nella stringa fornita. |
ReturnValue
Vero se c’è un pattern esadecimale escapato nella posizione data, falso \naltrimenti.
Vedi anche
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Page for C++