darkbaron1912 on 08/03/11
Last Edited at 08/03/11 12:29pm
var bytes=new UTF8Encoding().GetBytes(string);var string2=new UTF8Encoding().GetString(bytes)
Report this snippet Tweet
Comment:
You need to login to post a comment.