JsonHelper Class |
Namespace: X3Platform.Util
The JsonHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonHelper | Initializes a new instance of the JsonHelper class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | ToDictionary | 将一个Json字符串格式化为Xml信息. |
![]() ![]() | ToHashtable | 将一个Json字符串格式化为Xml信息. |
![]() ![]() | ToJosn(DataTable) | 将一个DataTable对象转换到Json格式文本 |
![]() ![]() | ToJosn(DataView) | 将一个DataView对象转换到Json格式文本 |
![]() ![]() | ToJosn(DataTable, Boolean) | 将一个DataView对象转换到Json格式文本 |
![]() ![]() | ToJosn(DataView, Boolean) | 将一个DataView对象转换到Json格式文本 |
![]() ![]() | ToJosn(DataTable, Boolean, Boolean) | 将一个DataTable对象转换到Json格式文本 |
![]() ![]() | ToJosn(DataView, Boolean, Boolean) | 将一个DataView对象转换到Json格式文本 |
![]() ![]() | ToJosn(DataTable, String, String, Boolean) | 将 DataTable 形式的数据转换成Json的形式的数据 |
![]() ![]() | ToJosn(DataView, String, String, Boolean) | 将一个DataView对象转换到Json格式文本 |
![]() ![]() | ToJson(Object, Type) | 将一个实体类对象转换到Json格式 |
![]() ![]() | ToJsonT(ListT, Type) | 将一个实体类对象转换到Json格式 |
![]() | ToString | (Inherited from Object.) |
![]() ![]() | ToXml | 将一个Json字符串格式化为Xml信息. |
![]() ![]() | ToXmlDocument | 将Json格式转为XML Document对象 |