Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Blob / Utf8 | The blob to encode or string to decode |
Return Value
A URL-safe Base64-encoded string when given a blob, or a blob when given a URL-safe Base64 string.
Examples
$ Decode a Base64URL string
| Name | Type | Description |
|---|---|---|
value | Blob / Utf8 | The blob to encode or string to decode |
A URL-safe Base64-encoded string when given a blob, or a blob when given a URL-safe Base64 string.