Click or drag to resize
AjaxUtilParseT Method (T)
对象解析为JOSN字符串

Namespace: X3Platform.Ajax
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string Parse<T>(
	T targetObject
)

Parameters

targetObject
Type: T

[Missing <param name="targetObject"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Parse``1(``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Parse``1(``0)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Ajax.AjaxUtil.Parse``1(``0)"]

See Also