PropertyStringParser(String) Constructor |
Initializes a new instance of the
PropertyStringParser class. Parsing is done with the invariant culture.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public PropertyStringParser(
string propertyString
)
Parameters
- propertyString String
- The property string to parse.
See Also