Skip to content

libsodium.DecodeHex

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

libsodium.DecodeHex

Method Signature

 Protected Function DecodeHex(HexData As MemoryBlock, IgnoredChars As String = "") As MemoryBlock

Parameters

Name Type Comment
HexData MemoryBlock The ASCII hex string to be decoded.
IgnoredChars String Optional. A list of characters to ignore in the HexData.

Return value

The decoded data, or Nil on error.

Remarks

This method decodes an ASCII string of hexadecimal values.

See also

Clone this wiki locally