java.nio.Charset counterpart in .NET

Hello!

I have some class libraries written in Java which I have to use for a C#-Application. Most of them compiled without problems, but one of them is excessively using the java.nio.Charset-class.

I've read that java.nio isn't supported by J#, is there any alternative for the Charset-Class in .NET

Thanks in advance.

Chris




Answer this question

java.nio.Charset counterpart in .NET