类库说明文档
![]() | JsonHelperObject2Json Method (Object) |
对象转换为json
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static string Object2Json( Object obj )
Parameters
- obj
- Type: SystemObject
对象实例
Return Value
Type: Stringjson字符串
