2 references to IntToHex
System (2)
net\System\Net\WebUtility.cs (2)
453expandedBytes[pos++] = (byte)IntToHex((b >> 4) & 0xf); 454expandedBytes[pos++] = (byte)IntToHex(b & 0x0f);