StringParserParse(String, StringTagPair) Method |
Expands ${xyz} style property values.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
StringThe parsed string, or
null if
input is
null.
See Also