StreamWriter.Encoding Property
Gets the Encoding in which the output is written.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Syntax
public override Encoding Encoding { get; }
Property Value
The Encoding specified in the constructor for the current instance, or UTF8Encoding if an encoding was not specified.
Remarks
This property is necessary for some XML scenarios where a header must be written containing the encoding used by the StreamWriter. This allows the XML code to consume an arbitrary StreamWriter and generate the correct XML header.
Version Information
Available in .NET Micro Framework version 3.0 and above.