| AkObjectListTToJson Method (String) |
转换为AkJsonList对象。
解析显示模板中的属性标记、根据标记确定JSON对象拥有的属性。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic AkJsonList ToJson(
string template
)
Parameters
- template
- Type: SystemString
显示模板。
Return Value
Type:
AkJsonListAkJsonList对象。
See Also