3 references to HexToByte
System.Windows.Forms (3)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (3)
742
if (0xFF ==
HexToByte
(c))
1996
hex[index] = (byte)((
HexToByte
(hexString[i]) << 4) |
HexToByte
(hexString[i + 1]));