Click or drag to resize
JsonHelperToJosn Method (DataTable)
将一个DataTable对象转换到Json格式文本

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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