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)
Syntaxpublic string getConfigString(
ConfigOptions name
)
Public Function getConfigString (
name As ConfigOptions
) As String
public:
virtual String^ getConfigString(
ConfigOptions name
) sealed
abstract getConfigString :
name : ConfigOptions -> string
override getConfigString :
name : ConfigOptions -> string
Parameters
- name
- Type: ConfigOptions
The config value to retrieve
Return Value
Type:
StringThe string value of the config option
Exceptions
See Also