7 references to FromChar
System.Net.Security (7)
src\libraries\Common\src\System\HexConverter.cs (5)
466byteLo = FromChar(utf8Source[i + 1]); 467byteHi = FromChar(utf8Source[i]); 501byteLo = FromChar(source[i + 1]); 502byteHi = FromChar(source[i]); 580return FromChar(c) != 0xFF;
src\libraries\Common\src\System\Net\IPv4AddressHelper.Common.cs (1)
257int digitValue = HexConverter.FromChar(ch);
src\libraries\Common\src\System\Net\IPv6AddressHelper.Common.cs (1)
423int characterValue = HexConverter.FromChar(currentCh);