JsonHelper.Linq2String Method

DCSoft.DBUtilityGeneric

JsonHelperLinq2String Method
linq转换为字符串

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string Linq2String(
	string jsonStr,
	string key
)

Parameters

jsonStr
Type: SystemString
json字符串
key
Type: SystemString
键值

Return Value

Type: String
字符串
See Also