Click or drag to resize
AjaxUtilParseT Method (T, ListString)
对象解析为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,
	List<string> banKeys
)

Parameters

targetObject
Type: T

[Missing <param name="targetObject"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Parse``1(``0,System.Collections.Generic.List{System.String})"]

banKeys
Type: System.Collections.GenericListString
禁止转化的键

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Parse``1(``0,System.Collections.Generic.List{System.String})"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Ajax.AjaxUtil.Parse``1(``0,System.Collections.Generic.List{System.String})"]

See Also