Click or drag to resize
AkPersonalConfigGetTrue Method
获取变量值。

明确为代表逻辑真的字符串时返回 true。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static bool GetTrue(
	string name
)

Parameters

name
Type: SystemString
变量名称。

Return Value

Type: Boolean
变量值。
See Also