IPropertyEvaluatorEvaluate Method |
Evaluates a text and extracts a property name and its value.
Namespace: Altaxo.Serialization.NamePropertyExtractionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax(string PropertyName, Object PropertyValue) Evaluate(
string text
)
Parameters
- text String
- The text to evaluate.
Return Value
ValueTupleString,
ObjectA tuple containing the property name and its value.
See Also