Name | Description | |
---|---|---|
CustomFormat | Gets or sets the custom format specifies used if FormatType = FormatType.CustomFormat. | |
EmptyAsNull | Gets or sets a value indicating whether empty strings are interpreted as null values (System.DBNull). | |
FormatType | Gets or sets the value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting. | |
Inherit | Gets or sets a value manages inheritance of the FormatInfo properties from the host control properties. | |
NullText | Gets or sets the string representing DbNull value. | |
TrimEnd | Gets or sets a value indicating whether trailing spaces are removed before parsing. | |
TrimStart | Gets or sets a value indicating whether leading spaces are removed before parsing. |