Click or drag to resize

StringParserGetValue Method

Evaluates a property using the StringParser. Equivalent to StringParser.Parse("${" + propertyName + "}");

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string? GetValue(
	string propertyName,
	params StringTagPair[]? customTags
)

Parameters

propertyName  String
The property name to evaluate.
customTags  StringTagPair
Optional custom tags.

Return Value

String
The evaluated value, or null if the property cannot be resolved.
See Also