MamlRendererWriteEscape(String, Int32, Int32, Boolean) Method |
Writes the content escaped for Maml.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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