Encoding

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

Encoding.ASCII.GetString(bytearray)

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

Encoding.Default.GetString(bytearray)

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