ToBase64Url
Last updated
Last updated
The ToBase64Url()
function encodes a text or a file to a base64 encoded text which is safe to use in URLs.
WIKI: https://en.wikipedia.org/wiki/Base64#The_URL_applications
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Encoding is carried out using the UTF8 charset.
Returns a base64 encoded text that is safe to use in URLs.
Name | Type | Required | Description |
---|---|---|---|
| text | a text | |
| file | a file |