e-CryptIt Engine Xojo Plugin - Encodings Xojo Plugin |
|
EinhugurBase64.DecodeURL Method (console safe)
To decode a Base64 URL encoded string.
DecodeURL(
s as String) as String
Parameters
- s
- The string to decode.
Returns
- String
- Returns the decoded source 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 Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS
See Also
EinhugurBase64 Module