2 references to IsHexChar
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
286
public static bool IsAsciiHexDigit(char c) => HexConverter.
IsHexChar
(c);
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
537
public static bool IsValidChar(uint ch) => HexConverter.
IsHexChar
((int)ch);