P p_nivalis Active member Joined Oct 1, 2004 Messages 33 Programming Experience 5-10 Sep 27, 2007 #1 Hi, I am trying to encode a string. I want to convert it from utf-8 to other format. Is there a way to do it? Thanks,
Hi, I am trying to encode a string. I want to convert it from utf-8 to other format. Is there a way to do it? Thanks,
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,858 Location Norway Programming Experience 10+ Sep 28, 2007 #2 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. Upvote 0 Downvote
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.