Click or drag to resize

PropertyStringParser(String, CultureInfo) Constructor

Initializes a new instance of the PropertyStringParser class.

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

Parameters

propertyString  String
The property string to parse.
culture  CultureInfo
The culture that is used for parsing.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyString
See Also