1 reference to IsHexUpperChar
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
295
public static bool IsAsciiHexDigitUpper(char c) => HexConverter.
IsHexUpperChar
(c);