4 references to HexToInt
System (4)
net\System\Net\WebUtility.cs (4)
512
int h1 =
HexToInt
(value[pos + 1]);
513
int h2 =
HexToInt
(value[pos + 2]);
556
int h1 =
HexToInt
((char)bytes[pos + 1]);
557
int h2 =
HexToInt
((char)bytes[pos + 2]);