TextWriter: FormatProvider (get)

FormatProvider

Gets an object that controls formatting.



 Public Property Get FormatProvider ( ) As IFormatProvider

Return Values

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

Remarks

The value of the FormatProvider property specifies the culture-specific formatting that is used when you call the WriteValue and WriteLine methods.

Read Only.

See Also

Project CorLib Overview

Class TextWriter Overview