Reads an option and returns it as a string.

Declaration Syntax
public string ReadOption(
KeyValueCollection section,
string optionName
)
Public Function ReadOption ( _
section As KeyValueCollection, _
optionName As String _
) As String
public:
String^ ReadOption(
KeyValueCollection^ section,
String^ optionName
)

Parameters
- section (KeyValueCollection)
- The section.
- optionName (String)
- The option name.

Return Value
The option as a string.
Assembly:
Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)