Click or drag to resize

IClientConfigAccessGetValueBool Method

Get the value of the specified field as a boolean

Namespace:  Kratos_3.Interfaces
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
Nullable<bool> GetValueBool(
	string valueName,
	Nullable<bool> defaultValue
)

Parameters

valueName
Type: SystemString
Name of field who's value we want to get
defaultValue
Type: SystemNullableBoolean
Value of specified field

Return Value

Type: NullableBoolean
alue of specified field
See Also