e-CryptIt Engine Xojo Plugin - Encodings Xojo Plugin

EinhugurBase64.EncodeURL Method (console safe)

To encode a string with the Base64 URL algorithm.

EncodeURL(
   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 Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS
  • See Also

    EinhugurBase64 Module