Enhancement
Conversion functions are needed to convert binary data to text and vice versa.
Application
$binary.base64Encode(); $encoded.base64Decode();
Test
- Try examples from the online help of the functions in the script console.