6 references to FromChar
System.Security.Cryptography (6)
src\libraries\Common\src\System\HexConverter.cs (5)
473
byteLo =
FromChar
(utf8Source[i + 1]);
474
byteHi =
FromChar
(utf8Source[i]);
508
byteLo =
FromChar
(source[i + 1]);
509
byteHi =
FromChar
(source[i]);
587
return
FromChar
(c) != 0xFF;
System\Security\Cryptography\Helpers.cs (1)
121
accum |= (byte)HexConverter.
FromChar
(c);