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
(2 intermediate revisions by one other user not shown)
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.  
<string>.[[OCLOperators StringToEncodedBase64|StringToEncodedBase64]](28591)
The value 28591 is ''ISO 8859-1 Latin 1; Western European (ISO)'' taken from this table: https://docs.microsoft.com/en-us/windows/desktop/intl/code-page-identifiers


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!
[[Category:OCLOperators]]

Revision as of 12:26, 7 December 2022

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

<string>.StringToEncodedBase64(28591)

The value 28591 is ISO 8859-1 Latin 1; Western European (ISO) taken from this table: https://docs.microsoft.com/en-us/windows/desktop/intl/code-page-identifiers

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 77 days ago on 02/10/2024. What links here