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