JsonHelper Methods

HD.Common

JsonHelper Methods Helper帮助文档

The JsonHelper type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Static member ListToJsonT(IListT)
List转换成Json
Public method Static member ListToJsonT(IListT, String)
List转换成Json
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member ToArrayString
普通集合转换Json
Public method Static member ToJson(IEnumerable)
对象集合转换Json
Public method Static member ToJson(DbDataReader)
DataReader转换为Json
Public method Static member ToJson(DataSet)
DataSet转换为Json
Public method Static member ToJson(DataTable)
Datatable转换为Json
Public method Static member ToJson(Object)
对象转换为Json
Public method Static member ToJson(DataTable, String)
DataTable转换为Json
Public method ToString (Inherited from Object.)
Top
See Also

Reference