System::Uri::IsHexDigit 方法
Uri::IsHexDigit method
确定指定字符是否表示有效的十六进制数字。
static bool System::Uri::IsHexDigit(char16_t character)
| 参数 | 类型 | 描述 |
|---|---|---|
| 字符 | char16_t | 要检查的字符 |
ReturnValue
如果指定字符是十六进制数字,则为 true,否则为 false
另见
- Class Uri
- Namespace System
- Library Aspose.Font for C++