Back to Devexpress

FormatInfo.Parse() Method

corelibraries-devexpress-dot-utils-dot-formatinfo-56ead5dd.md

latest1.5 KB
Original Source

FormatInfo.Parse() Method

Performs actions when the FormatInfo.FormatType property changes.

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public virtual void Parse()
vb
Public Overridable Sub 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

FormatString

FormatType

FormatInfo Class

FormatInfo Members

DevExpress.Utils Namespace