Encoding

In OCL, you can use the standard .net Encoding static class:

  • Encoding.ASCII.GetString(bytearray)

If you have data you think is encoded with ISO-8859-1, you should try and decode it with:

  • Encoding.Default.GetString(bytearray)
This page was edited more than 11 months ago on 02/10/2024. What links here