Name | Description | |
---|---|---|
CaseSensitive | Gets or sets a value indicating whether string comparisons are case-sensitive. | |
CustomFormat | Gets or sets custom format specifies (in parsing used for DateTime and Boolean types only). | |
DateTimeStyle | Gets or sets an enumerable value indicating the styles (flags) permitted in input strings representing date/time. | |
EmptyAsNull | Gets or sets a value indicating whether empty strings are interpreted as null values (System.DBNull). | |
ErrorMessage | Gets or sets error message shown in the standard message box and/or in the exception. | |
FormatType | Gets or sets the format used for parsing. | |
Inherit | Gets or sets a value manages inheritance of the ParseInfo properties from the host control properties. | |
NullText | Gets or sets the string representing DbNull value. | |
NumberStyle | Gets or sets an enumerable value indicating the styles (flags) permitted in input strings representing numbers. | |
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. |