-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.DecodeBase64
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libsodium.DecodeBase64
Protected Function DecodeBase64(Data As MemoryBlock, IgnoredChars As String = "", Type As libsodium.Base64Variant = libsodium.Base64Variant.Original) As MemoryBlock
Name | Type | Comment |
---|---|---|
Data | MemoryBlock | The Base64 string to be decoded. |
IgnoredChars | String | Optional. A list of characters to ignore in the Data . |
Type | Base64Variant | Optional. The variant of base64 encoding to use. |
The decoded data, or Nil
on error.
This method decodes a Base64-encoded string.
- EncodeBase64
- Base64 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.