Click or drag to resize

BaseConfigManagergetConfigString Method

Return a config value as a string.

Namespace:  Kratos_3.Config
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public string getConfigString(
	ConfigOptions name
)

Parameters

name
Type: ConfigOptions
The config value to retrieve

Return Value

Type: String
The string value of the config option
Exceptions
ExceptionCondition
InvalidCastExceptionThrown if the value is not supposed to be a string
See Also