BaseConfigManagergetConfigBool Method |
Return a config value as a bool
Namespace:
Kratos_3.Config
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic bool getConfigBool(
ConfigOptions name
)
Public Function getConfigBool (
name As ConfigOptions
) As Boolean
public:
virtual bool getConfigBool(
ConfigOptions name
) sealed
abstract getConfigBool :
name : ConfigOptions -> bool
override getConfigBool :
name : ConfigOptions -> bool
Parameters
- name
- Type: ConfigOptions
The config value to retrieve
Return Value
Type:
BooleanThe bool value of the config option
Exceptions
See Also