MarkupWriter.WriteSafe Method
- Namespace
- Kampute.DocToolkit.IO.Writers
- Assembly
- Kampute.DocToolkit.dll
| MarkupWriter.WriteSafe(char) | Writes a character to the text stream without encoding special characters. |
| MarkupWriter.WriteSafe(ReadOnlySpan<char>) | Writes a string to the text stream without encoding special characters. |
MarkupWriter.WriteSafe(char)
Writes a character to the text stream without encoding special characters.
public virtual void WriteSafe(char value)Parameters
valuechar- The character to write.
MarkupWriter.WriteSafe(ReadOnlySpan<char>)
Writes a string to the text stream without encoding special characters.
public void WriteSafe(ReadOnlySpan<char> value)Parameters
valueReadOnlySpan<char>- The string to write.
