System::UriShim::IsHexEncoding 方法
UriShim::IsHexEncoding method
检查给定的模式是否为转义的十六进制形式。
static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
| 参数 | 类型 | 描述 |
|---|---|---|
| pattern | const String& | 用于读取转义十六进制形式的 String。 |
| 索引 | int32_t | 给定字符串中的偏移量。 |
ReturnValue
如果在给定位置存在转义的十六进制模式则为 true,否则为 false。
另见
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Font for C++