Class InvariantCultureStreamWriter
A StreamWriter implementation that uses the invariant culture for formatting operations.
Inherited Members
Namespace: TriLibExporter.Stream
Assembly: Assembly-CSharp.dll
Syntax
public class InvariantCultureStreamWriter : StreamWriter, IAsyncDisposable, IDisposable
Constructors
InvariantCultureStreamWriter(Stream, Encoding)
Initializes a new instance of the InvariantCultureStreamWriter class with the specified stream and encoding.
Declaration
public InvariantCultureStreamWriter(Stream stream, Encoding encoding)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The stream to write to. |
Encoding | encoding | The character encoding to use. |
Properties
FormatProvider
Gets the format provider, which is set to InvariantCulture.
Declaration
public override IFormatProvider FormatProvider { get; }
Property Value
Type | Description |
---|---|
IFormatProvider |