I want to convert a class which is in Java to C#, most of the changes are done already but I have this part which I am not really sure about. I want to convert this line of code
It could be:
Bytes[] byteAray = Encoding.GetBytes(paramString);
From Microsoft site