Skip to content

libsodium.DecodeBase64

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

libsodium.DecodeBase64

Method Signature

 Protected Function DecodeBase64(Data As MemoryBlock, IgnoredChars As String = "", Type As libsodium.Base64Variant = libsodium.Base64Variant.Original) As MemoryBlock

Parameters

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.

Return value

The decoded data, or Nil on error.

Remarks

This method decodes a Base64-encoded string.

See also

Clone this wiki locally