Binding::FormatInfo Property

 

Gets or sets the IFormatProvider that provides custom formatting behavior.

Namespace:   System.Windows.Forms
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
Return to top
Show: