Skip to main content

FormatInfo() Constructor

Creates an instance of the FormatInfo class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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