FSCEXPEXT@1.1001:UrlDecodeBase64 Permanent link for this heading

Converts a base64url encoded string to a base64 encoded string.
See RFC 4648 (https://datatracker.ietf.org/doc/html/rfc4648#section-5)

string FSCEXPEXT@1.1001:UrlDecodeBase64(
  string base64url,
  out retval string base64)

Name

Description

base64url

a URL safe base64url encoded string

base64

the plain base64 encoded string