Click or drag to resize

IPropertyEvaluatorEvaluate Method

Evaluates a text and extracts a property name and its value.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
(string PropertyName, Object PropertyValue) Evaluate(
	string text
)

Parameters

text  String
The text to evaluate.

Return Value

ValueTupleString, Object
A tuple containing the property name and its value.
See Also