Click or drag to resize

MamlRendererWriteEscape(String, Int32, Int32, 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(
	string content,
	int offset,
	int length,
	bool softEscape = false
)

Parameters

content  String
The content.
offset  Int32
The offset.
length  Int32
The length.
softEscape  Boolean  (Optional)
Only escape < and &
See Also