JsonHelperToJosn Method (DataTable) |
将一个DataTable对象转换到Json格式文本
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToJosn(
DataTable dataTable
)
public:
static String^ ToJosn(
DataTable^ dataTable
)
Parameters
- dataTable
- Type: System.DataDataTable
[Missing <param name="dataTable"/> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataTable)"]
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataTable)"]
See Also