Click or drag to resize

StringParserParse(String, StringTagPair) Method

Expands ${xyz} style property values.

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

Parameters

input  String
The input string that may contain tags to expand.
customTags  StringTagPair
Optional custom tags that participate in tag resolution.

Return Value

String
The parsed string, or null if input is null.
See Also