ComponentOne Input for WinForms
ParseInfo Class Members
Properties  Methods 

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : ParseInfo Class

The following tables list the members exposed by ParseInfo.

Public Properties
 NameDescription
Public PropertyTrue if string comparisons are case-sensitive; otherwise, False.  
Public PropertyCustom format specifier (in parsing used for DateTime and Boolean types only).  
Public PropertyDetermines the styles (flags) permitted in input strings representing date/time.  
Public PropertyIf True, empty strings are interpreted as null values (DbNull).  
Public PropertyError message shown in the standard message box and/or in the exception.  
Public PropertyThe format used for parsing.  
Public PropertyManages inheritance of the ParseInfo properties from the host control properties.  
Public PropertyThe string representing DbNull value.  
Public PropertyDetermines the styles (flags) permitted in input strings representing numbers.  
Public PropertyIf True, trailing spaces are removed before parsing.  
Public PropertyIf True, leading spaces are removed before parsing.  
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodReturns True if the argument represents a null value (DBNull).  
Public MethodConverts text to the specified data type.  
Public MethodConverts the text to a Boolean value.  
Public MethodConverts text to a value using one of DateTime formats.  
Public MethodConverts the text to a Decimal value using a fixed numeric format.  
Public MethodConverts the text to a Double value using a float numeric format.  
Public MethodConverts the text to Int64 value using an integer numeric format.  
Public MethodResets whole ParseInfo property of base control  
Top
See Also

Reference

ParseInfo Class
C1.Win.C1Input Namespace