3 references to HexConverter
System.Net.Http (3)
System\Net\Http\Headers\AltSvcHeaderParser.cs (1)
290
int result =
HexConverter
.FromUpperChar(ch);
System\Net\Http\Headers\HeaderUtilities.cs (2)
118
destination.Append(
HexConverter
.ToCharUpper(c >> 4));
119
destination.Append(
HexConverter
.ToCharUpper(c));