OCLOperators StringToEncodedBase64
(Created page with "Convert a string to a specific encoding and as a base64 string. For example Western European (ISO) Codepage 28591")
 
No edit summary
Line 1: Line 1:
Convert a string to a specific encoding and as a base64 string.  
Convert a string to a specific encoding and as a base64 string.  


For example Western European (ISO) Codepage 28591
For example Western European (ISO) Codepage 28591.
 
Note! You will run into problems if you try to store a non-unicode string in the string type. Use Base64 encoding!

Revision as of 11:10, 25 February 2019

Convert a string to a specific encoding and as a base64 string.

For example Western European (ISO) Codepage 28591.

Note! You will run into problems if you try to store a non-unicode string in the string type. Use Base64 encoding!

This page was edited 75 days ago on 02/10/2024. What links here