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