TextWriter.FormatProvider Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets an object that controls formatting.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overridable ReadOnly Property FormatProvider As IFormatProvider
public virtual IFormatProvider FormatProvider { get; }

Property Value

Type: System..::.IFormatProvider
An IFormatProvider object for a specific culture, or the formatting of the current culture if no other culture is specified.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

TextWriter Class

System.IO Namespace