Click or drag to resize

StringParserEscape Method

Escapes all occurrences of '${' to '${$}{'.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string Escape(
	string input
)

Parameters

input  String
The input string.

Return Value

String
The escaped string.
See Also