| JsonCompressStringValueFilter 方法  | 
 
            字符串值过滤(可以通过该函数过滤属性的值)
            
 
        命名空间: 
     GISShare.Json
        程序集:
     GISShare.Json (在 GISShare.Json.dll 中) 版本:1.0.0.1 (1.0.0.1)
 语法
语法protected virtual string StringValueFilter(
	string strKey,
	string strKeyN,
	string strValue
)
Protected Overridable Function StringValueFilter ( 
	strKey As String,
	strKeyN As String,
	strValue As String
) As String
protected:
virtual String^ StringValueFilter(
	String^ strKey, 
	String^ strKeyN, 
	String^ strValue
)
abstract StringValueFilter : 
        strKey : string * 
        strKeyN : string * 
        strValue : string -> string 
override StringValueFilter : 
        strKey : string * 
        strKeyN : string * 
        strValue : string -> string 参数
- strKey
- 类型: SystemString
 属性名
- strKeyN
- 类型: SystemString
 属性名(置换后的属性名称)
- strValue
- 类型: SystemString
 属性值
返回值
类型: 
String返回值
 参见
参见