-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.DecodeHex
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
libsodium.DecodeHex
Protected Function DecodeHex(HexData As MemoryBlock, IgnoredChars As String = "") As MemoryBlock
Name | Type | Comment |
---|---|---|
HexData | MemoryBlock | The ASCII hex string to be decoded. |
IgnoredChars | String | Optional. A list of characters to ignore in the HexData . |
The decoded data, or Nil
on error.
This method decodes an ASCII string of hexadecimal values.
- EncodeHex
- Hexadecimal encoding in the libsodium documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.