System::Uri::IsHexEncoding 方法
Uri::IsHexEncoding method
确定在指定字符串的指定位置的字符是否为十六进制编码。
static bool System::Uri::IsHexEncoding(const String &pattern, int32_t index)
| 参数 | 类型 | 描述 |
|---|---|---|
| 模式 | const String& | 要检查的字符串 |
| 索引 | int32_t | 要测试的字符的零基位置 |
ReturnValue
如果指定字符为十六进制编码则为 true,否则为 false
另见
- Class String
- Class Uri
- Namespace System
- Library Aspose.Font for C++