ListControl::FormatInfo Property
.NET Framework (current version)
Gets or sets the IFormatProvider that provides custom formatting behavior.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property IFormatProvider^ FormatInfo { IFormatProvider^ get(); void set(IFormatProvider^ value); }
Property Value
Type: System::IFormatProvider^The IFormatProvider implementation that provides custom formatting behavior.
Setting the FormatInfo property will override the default formatting behavior, which uses the CurrentCulture setting.
.NET Framework
Available since 2.0
Available since 2.0
Show: