Click or drag to resize
JsonHelperToJosn Method (DataView, Boolean)
将一个DataView对象转换到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(
	DataView dataView,
	bool removeAjaxStorageRoot
)

Parameters

dataView
Type: System.DataDataView

[Missing <param name="dataView"/> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataView,System.Boolean)"]

removeAjaxStorageRoot
Type: SystemBoolean

[Missing <param name="removeAjaxStorageRoot"/> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataView,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataView,System.Boolean)"]

See Also