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
textReadOnlySpan<char>- The text to encode.
writerTextWriter- The TextWriter to write the encoded content to.
