BaseConfigManagerR_getConfigBool Method |
Namespace:
Kratos_3.Config
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic bool R_getConfigBool(
string name
)
Public Function R_getConfigBool (
name As String
) As Boolean
public:
virtual bool R_getConfigBool(
String^ name
) sealed
abstract R_getConfigBool :
name : string -> bool
override R_getConfigBool :
name : string -> bool
Parameters
- name
- Type: SystemString
Return Value
Type:
Boolean
See Also