OCLOperators StringToEncodedBase64
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
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)
  <string>.[[OCLOperators StringToEncodedBase64|StringToEncodedBase64]](28591)

Revision as of 22:22, 16 June 2024

Write the content here to display this box

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 96 days ago on 06/17/2024. What links here