FormatInfo.Parse() Method
Performs actions when the FormatInfo.FormatType property changes.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
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