Click or drag to resize
AkVariantsHas Method (String)
判断某个变量是否存在。

等同于 Exists。

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

Parameters

name
Type: SystemString
变量名称。

Return Value

Type: Boolean
true或false。
See Also