Click or drag to resize

StringParserParse(String) 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
)

Parameters

input  String
The input string that may contain tags to expand.

Return Value

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