System::Uri::IsHexDigit 方法

Uri::IsHexDigit method

确定指定字符是否为有效的十六进制数字。

static bool System::Uri::IsHexDigit(char16_t character)
ParameterType描述
字符char16_t要检查的字符

ReturnValue

如果指定字符是十六进制数字则为 true,否则为 false

另见