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

value char
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

value ReadOnlySpan<char>
The string to write.