8 references to FromChar
System.Private.Xml (8)
src\runtime\src\libraries\Common\src\System\HexConverter.cs (5)
468
byteLo =
FromChar
(utf8Source[i + 1]);
469
byteHi =
FromChar
(utf8Source[i]);
503
byteLo =
FromChar
(source[i + 1]);
504
byteHi =
FromChar
(source[i]);
582
return
FromChar
(c) != 0xFF;
System\Xml\BinHexDecoder.cs (1)
154
int val = HexConverter.
FromChar
(ch);
System\Xml\Core\XmlTextReaderImpl.cs (1)
7246
int ch = HexConverter.
FromChar
(chars[pos]);
System\Xml\XmlConvert.cs (1)
291
return HexConverter.
FromChar
(digit);