Click or drag to resize

IClientConfigAccessGetValueString 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
string GetValueString(
	string valueName,
	string defaultValue
)

Parameters

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

Return Value

Type: String
Value of specified field
Exceptions
ExceptionCondition
InvalidCastExceptionThrown if the value is not supposed to be an int
See Also