Hi, I'm trying to decode a Base64 string using the FromBase64String(s as String) from the roByteArray object: https://sdkdocs.roku.com/display/sdkdoc/ifByteArray Our customer is sure that the string that we receive is valid base-64 encoding, as it works on other platforms (tvOS, Android, etc) Howeve...