e-CryptIt Engine Xojo Plugin

EinhugurBase64.Base64DecodeURL Method

To decode a Base64 URL encoded string.

Base64DecodeURL(
   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 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