是否处理转义字符串,默认值:true(压缩、转换、存储等情况下,应该当设为false)
            
 
        命名空间: 
     GISShare.Json
        程序集:
     GISShare.Json (在 GISShare.Json.dll 中) 版本:1.0.0.1 (1.0.0.1)
 语法
语法public bool DoESC { get; set; }Public Property DoESC As Boolean
	Get
	Set
public:
property bool DoESC {
	bool get ();
	void set (bool value);
}member DoESC : bool with get, set
属性值
类型: 
Boolean 参见
参见