StringParserParse(String) 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
)
Parameters
- input String
- The input string that may contain tags to expand.
Return Value
StringThe parsed string, or
null if
input is
null.
See Also