MamlRendererWriteEscape(StringSlice, Boolean) Method |
Writes the content escaped for XAML.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void WriteEscape(
ref StringSlice slice,
bool softEscape = false
)
Parameters
- slice StringSlice
- The slice.
- softEscape Boolean (Optional)
- Only escape < and &
Return Value
This instance
See Also