1 reference to IsHexLowerChar
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
304public static bool IsAsciiHexDigitLower(char c) => HexConverter.IsHexLowerChar(c);