11 references to HexConverter
System.Private.Uri (11)
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 (3)
139
if (
HexConverter
.IsHexChar(currentCh))
200
if (!
HexConverter
.IsHexChar(ch))
421
int characterValue =
HexConverter
.FromChar(currentCh);
System\Uri.cs (3)
1385
HexConverter
.ToCharsBuffer(b, chars, 1,
HexConverter
.Casing.Upper);
1509
int result =
HexConverter
.FromChar(digit);
System\UriHelper.cs (4)
512
HexConverter
.ToCharsBuffer(b, to.AppendSpan(2), 0,
HexConverter
.Casing.Upper);
521
int a =
HexConverter
.FromChar(first);
522
int b =
HexConverter
.FromChar(second);