| AkVariantsExists Method (String, String) |
判断某个变量是否存在,并返回可能的值。
等同于 Has。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool Exists(
string name,
out string value
)
Parameters
- name
- Type: SystemString
变量名称。 - value
- Type: SystemString
变量值。
Return Value
Type:
Booleantrue或false。
See Also