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

FormatInfo.Parse() Method

Performs actions when the FormatInfo.FormatType property changes.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v18.2.dll

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