 | AppSettingsGet Method |
Retrive an application setting key from config file
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string Get(
string configPath,
string key
)
Public Shared Function Get (
configPath As String,
key As String
) As String
Parameters
- configPath
- Type: SystemString
Path (without filename) of config file - key
- Type: SystemString
Setting key to retrive
Return Value
Type:
Stringvalue of the application key
See Also