PropertyStringParserGetString Method |
Gets a property as a string.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string? GetString(
string key,
string? defaultValue
)
Parameters
- key String
- The property key.
- defaultValue String
- The default value that is returned if the property was not found.
Return Value
StringThe value of the property as a string; or
defaultValue if the property was not found.
See Also