Click or drag to resize
AkVariantsHasVar Method (String, String)
判断某个变量是否存在,并返回可能的值。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public bool HasVar(
	string name,
	out string value
)

Parameters

name
Type: SystemString
变量名称。
value
Type: SystemString
变量值。

Return Value

Type: Boolean
true或false。
See Also