2 references to HexToByte
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
1138hex[index] = (byte) ((HexToByte(hexString[i]) << 4) | HexToByte(hexString[i+1]));