ComponentOne Input for WinForms
ParseInfo Class Properties

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

For a list of all members of this type, see ParseInfo members.

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
See Also

Reference

ParseInfo Class
C1.Win.C1Input Namespace