Binding::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: property IFormatProvider^ FormatInfo { IFormatProvider^ get(); void set(IFormatProvider^ value); }
Property Value
Type: System::IFormatProvider^The IFormatProvider implementation that provides custom formatting behavior.
Setting this property will override the default formatting behavior, which uses the Application::CurrentCulture property setting.
.NET Framework
Available since 2.0
Available since 2.0
Show: