0
kicks
HexToBin and BinToHex Functions
While dealing with parts of an X509 certificate, the need arised for utility methods that allow converting the hex string representation of a Public Key to a byte array. That’s what the HexToBin() method does. Included also is BinToHex() for going the other direction.