Click or drag to resize

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)
Syntax
public bool getConfigBool(
	ConfigOptions name
)

Parameters

name
Type: ConfigOptions
The config value to retrieve

Return Value

Type: Boolean
The bool value of the config option
Exceptions
ExceptionCondition
InvalidCastExceptionThronw if the value is not supposed to be a bool
See Also