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