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

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

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

Parameters

name
Type: SystemString
变量名称。

Return Value

Type: Boolean
变量值。
See Also