StringParserEscape Method |
Escapes all occurrences of '${' to '${$}{'.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string Escape(
string input
)
Parameters
- input String
- The input string.
Return Value
StringThe escaped string.
See Also