using System.Text.RegularExpressions; decodedStr = Regex.Unescape(escapeUnicodeStr);
C# 如何将字符串形式的” \\u1234 “ 为 “ \u1234” 的unicode编码解码为中文
原文:http://www.cnblogs.com/huangcong/p/4381590.html