TextWriter Constructor (IFormatProvider)
Initializes a new instance of the TextWriter class with the specified format provider.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- formatProvider
- Type: System::IFormatProvider
An IFormatProvider object that controls formatting.
Use this constructor overload to provide a value for the FormatProvider property. The value of the FormatProvider property specifies the culture-specific formatting that is used when you call the Write and WriteLine methods. If you do not want to provide a format provider, you create an instance by using the TextWriter constructor, which sets the FormatProvider property to nullptr. When the FormatProvider property is nullptr, the culture of the current thread is used for formatting.
For a list of common I/O tasks, see Common I/O Tasks.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.