Method | Description | |
---|---|---|
ToByteArray ( this hexValue ) : byte[] |
Converts a hex-encoded string into a byte array.
|
|
ToHexString ( this byteArray ) : string |
Converts a byte array into a hex-encoded string.
|
public static ToByteArray ( this hexValue ) : byte[] | ||
hexValue | this | The hex-encoded string. |
return | byte[] |
public static ToHexString ( this byteArray ) : string | ||
byteArray | this | The byte array to encode. |
return | string |