ITextEncoder.Encode Method

Namespace
Kampute.DocToolkit.Formatters
Assembly
  • Kampute.DocToolkit.dll

Definition

Encodes the specified text for the target format and writes it to the specified writer.
void Encode(ReadOnlySpan<char> text, TextWriter writer)

Parameters

text ReadOnlySpan<char>
The text to encode.
writer TextWriter
The TextWriter to write the encoded content to.