Encode a string

System.Text.Encoding have the tools. Use the UTF8 encoding to read the source to string, use the target encoding to write the string to target.
 
Back
Top