e-CryptIt Engine Xojo Plugin - Encodings Xojo Plugin

EinhugurBase64.Decode Method (console safe)

To decode a Base64 encoded string.

Decode(
   s as String) as String

Parameters

s
The string to decode.

Returns

String
Returns the decoded source string.

Remarks

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS
  • See Also

    EinhugurBase64 Module