Skip to main content
A newer version of this page is available. .

FormatInfo() Constructor

Creates an instance of the FormatInfo class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.1.dll

Declaration

public FormatInfo()

Remarks

The constructor creates an instance of the FormatInfo class and sets its properties to default values as follows:

The constructor supports the .NET infrastructure and usually you do not need to call it from your code.

See Also