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