Click or drag to resize

LineWrappingTextWriterEncoding Property

Returns the Encoding in which the output is written.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public override Encoding Encoding { get; }

Property Value

Type: Encoding
The Encoding in which the output is written.
See Also