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)
SyntaxNullable<bool> GetValueBool(
string valueName,
Nullable<bool> defaultValue
)
Function GetValueBool (
valueName As String,
defaultValue As Nullable(Of Boolean)
) As Nullable(Of Boolean)
Nullable<bool> GetValueBool(
String^ valueName,
Nullable<bool> defaultValue
)
abstract GetValueBool :
valueName : string *
defaultValue : Nullable<bool> -> Nullable<bool>
Parameters
- valueName
- Type: SystemString
Name of field who's value we want to get - defaultValue
- Type: SystemNullableBoolean
Value of specified field
Return Value
Type:
NullableBooleanalue of specified field
See Also