Click or drag to resize

PropertyStringParser(String) Constructor

Initializes a new instance of the PropertyStringParser class. Parsing is done with the invariant culture.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PropertyStringParser(
	string propertyString
)

Parameters

propertyString  String
The property string to parse.
See Also