Click or drag to resize

HexExtension Class

Extension methods for hex conversion
Inheritance Hierarchy
SystemObject
  CryptoSysPQCHexExtension

Namespace: CryptoSysPQC
Assembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class HexExtension

The HexExtension type exposes the following members.

Methods
 NameDescription
Public Extension MethodCode exampleFromHex Decode a hex-encoded string
Public Extension MethodCode exampleToHex Encode a byte array in hexadecimal
Top
See Also