Click or drag to resize
AkObjectListTToJson Method (String)
转换为AkJsonList对象。

解析显示模板中的属性标记、根据标记确定JSON对象拥有的属性。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkJsonList ToJson(
	string template
)

Parameters

template
Type: SystemString
显示模板。

Return Value

Type: AkJsonList
AkJsonList对象。
See Also