e-CryptIt Engine Xojo Plugin |
|
EinhugurBase64.Base64EncodeURL Method
To encode a string with the Base64 URL algorithm.
Base64EncodeURL(
s as String) as String
Parameters
- s
- The string to encode.
Returns
- String
Remarks
Base64URL is a modification of the main Base64 standard, the purpose of which is the ability to use the encoding result as filename or URL address. The Base64URL is described in RFC 4648.
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