| C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : ParseInfo Class |
The following tables list the members exposed by ParseInfo.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | IsTextDbNull | Returns True if the argument represents a null value (DBNull). |
![]() | Parse | Converts text to the specified data type. |
![]() | ParseBoolean | Converts the text to a Boolean value. |
![]() | ParseDateTime | Converts text to a value using one of DateTime formats. |
![]() | ParseFixed | Converts the text to a Decimal value using a fixed numeric format. |
![]() | ParseFloat | Converts the text to a Double value using a float numeric format. |
![]() | ParseInteger | Converts the text to Int64 value using an integer numeric format. |
![]() | Reset | Resets whole ParseInfo property of base control |