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