4 references to FromChar
System.Security.Cryptography (4)
src\libraries\Common\src\System\HexConverter.cs (3)
346
byteLo =
FromChar
(chars[i + 1]);
347
byteHi =
FromChar
(chars[i]);
417
return
FromChar
(c) != 0xFF;
System\Security\Cryptography\Helpers.cs (1)
114
accum |= (byte)HexConverter.
FromChar
(c);