类库说明文档
JsonHelperLinq2Json Method |
linq转换为json
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static List<string> Linq2Json( Object obj, string key )
Parameters
- obj
- Type: SystemObject
对象 - key
- Type: SystemString
键值
Return Value
Type: ListStringstring对象列表
See Also