![]() |
Retro Rocket OS
|
The TOBASE64$ function encodes binary data from a memory buffer into a Base64 ASCII string.
This is useful for safely storing or transmitting binary data in text form, such as network payloads, file contents, or encoded assets.
Returns a Base64 encoded string. Returns an empty string if length is 0 or an error occurs
This encodes 10 bytes from memory into a Base64 string.