USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Encode a string as a Base64 URL-safe value using a specified character encoding
Converts the input string to bytes using the specified character encoding, then encodes the bytes as a Base64 URL-safe string (no standard padding characters). Use this variant when you need explicit control over the text encoding, for example when the input may contain non-ASCII characters.
| Parameter | Description |
|---|---|
| cmd | the string to encode |
| Argument 0 | character encoding to use when converting to bytes: utf8, unicode, or leave blank for ascii |
Base64Encode "the string to encode", "character encoding to use when converting to bytes: utf8, unicode, or leave blank for ascii"