Skip to main content

FormatInfo.Parse() Method

In This Article

Performs actions when the FormatInfo.FormatType property changes.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public virtual void Parse()

#Remarks

The Parse function is called internally when the FormatInfo.FormatType property is changed. The function sets the FormatInfo.FormatString and FormatInfo.Format properties according to the value of FormatInfo.FormatType. See the FormatType topic for more information.

See Also