Click or drag to resize
AkObjectToJson Method (String)
转换为AkJson对象。

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

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

Parameters

template
Type: SystemString
显示模板。

Return Value

Type: AkJson
AkJson对象。
See Also