e-CryptIt Engine REALbasic Plugin

Base64Decode Method

To decode a Base64 encoded string.

Base64Decode(
   s as String) as String

Parameters

s
The string to decode.

Returns

String

Remarks

Returns the decoded source string.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global