8 references to FromChar
System.Private.Uri (8)
src\libraries\Common\src\System\HexConverter.cs (3)
346
byteLo =
FromChar
(chars[i + 1]);
347
byteHi =
FromChar
(chars[i]);
417
return
FromChar
(c) != 0xFF;
src\libraries\Common\src\System\Net\IPv4AddressHelper.Common.cs (1)
264
int digitValue = HexConverter.
FromChar
(ch);
src\libraries\Common\src\System\Net\IPv6AddressHelper.Common.cs (1)
421
int characterValue = HexConverter.
FromChar
(currentCh);
System\Uri.cs (1)
1509
int result = HexConverter.
FromChar
(digit);
System\UriHelper.cs (2)
521
int a = HexConverter.
FromChar
(first);
522
int b = HexConverter.
FromChar
(second);