Click or drag to resize

MamlRendererWriteEscape(StringSlice, Boolean) Method

Writes the content escaped for Maml.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void WriteEscape(
	StringSlice slice,
	bool softEscape = false
)

Parameters

slice  StringSlice
The slice.
softEscape  Boolean  (Optional)
Only escape < and &

Return Value

This instance
See Also