Click or drag to resize

PropertyStringParserGetString Method

Gets a property as a string.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

String
The value of the property as a string; or defaultValue if the property was not found.
See Also