| 名前 | 解説 | |
|---|---|---|
![]()  | CaseSensitive | True if string comparisons are case-sensitive; otherwise, False. | 
![]()  | CustomFormat | Custom format specifier (in parsing used for DateTime and Boolean types only). | 
![]()  | DateTimeStyle | Determines the styles (flags) permitted in input strings representing date/time. | 
![]()  | EmptyAsNull | If True, empty strings are interpreted as null values (DbNull). | 
![]()  | ErrorMessage | Error message shown in the standard message box and/or in the exception. | 
![]()  | FormatType | The format used for parsing. | 
![]()  | Inherit | Manages inheritance of the ParseInfo properties from the host control properties. | 
![]()  | NullText | The string representing DbNull value. | 
![]()  | NumberStyle | Determines the styles (flags) permitted in input strings representing numbers. | 
![]()  | TrimEnd | If True, trailing spaces are removed before parsing. | 
![]()  | TrimStart | If True, leading spaces are removed before parsing. | 
