5 references to FromChar
System.Net.Http (5)
src\libraries\Common\src\System\HexConverter.cs (5)
466
byteLo =
FromChar
(utf8Source[i + 1]);
467
byteHi =
FromChar
(utf8Source[i]);
501
byteLo =
FromChar
(source[i + 1]);
502
byteHi =
FromChar
(source[i]);
580
return
FromChar
(c) != 0xFF;