Click or drag to resize

PropertyExtractorElementExtractProperties Method

Extracts properties from the given text using the configured name splitter and property evaluators.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public IEnumerable<(string PropertyName, Object PropertyValue)> ExtractProperties(
	string text
)

Parameters

text  String
The text to extract properties from.

Return Value

IEnumerableValueTupleString, Object
An enumerable of property name and value tuples.
See Also