ba = CreateObject("roByteArray")
ba.FromAsciiString("example.")
str = ba.ToBase64String()
ba.FromBase64String(str)
print ba.ToAsciiString()
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.