Appkit 基础类库
Appkit 基础类库
Appkit.Common
AkVariants Class
AkVariants Methods
Exists Method
Get Method
GetAllValues Method
GetDate Method
GetDouble Method
GetFalse Method
GetTrue Method
GetValue Method
Has Method
HasVar Method
IsFalse Method
IsTrue Method
Refresh Method
Set Method
SetAppVar Method
SetDeptVar Method
SetProjectVar Method
SetRoleVar Method
SetUserVar Method
AkVariants
GetTrue Method
获取变量值。
明确为代表逻辑真的字符串时返回 true。
Namespace:
Appkit.Common
Assembly:
Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
Copy
public
static
bool
GetTrue
(
string
name
)
Parameters
name
Type:
System
String
变量名称。
Return Value
Type:
Boolean
变量值。
See Also
Reference
AkVariants Class
Appkit.Common Namespace