e-CryptIt Engine Xojo Plugin

EinhugurBase64.Base64Encode Method

To encode a string with the Base64 algorithm.

Base64Encode(
   s as String) as String

Parameters

s
The string to encode.

Returns

String

Remarks

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM

    Unsupported Platforms:

  • MacOS X Carbon

    See Also

    EinhugurBase64 Module