e-CryptIt Engine Xojo Plugin |
|
EinhugurBase64.Base64Decode Method
To decode a Base64 encoded string.
Base64Decode(
s as String) as String
Parameters
- s
- The string to decode.
Returns
- String
- Returns the decoded source string.
Remarks
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon
See Also
EinhugurBase64 Module