Click or drag to resize

IClientConfigAccessGetValueInt Method

Get the value of the specified field.

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

Parameters

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

Return Value

Type: NullableInt32
Value of specified field
Exceptions
ExceptionCondition
InvalidCastExceptionThrown if the value is not supposed to be a string
See Also