Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class
Fields Properties Methods


In This Topic
    GeneralFormatter Class Members
    In This Topic

    The following tables list the members exposed by GeneralFormatter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Protected Fields
     NameDescription
    Protected FieldLiteral delimiter  
    Protected FieldCurrency value  
    Protected FieldMaximum number of date parts  
    Protected FieldDate value  
    Protected FieldDay  
    Protected FieldDate mask  
    Protected FieldInvalid date  
    Protected FieldInvalid time  
    Protected FieldTime mask  
    Protected FieldValid date  
    Protected FieldValid time  
    Protected FieldEmpty undefined  
    Protected FieldFormula value  
    Protected FieldHour  
    Protected FieldMinute  
    Protected FieldMonth  
    Protected Fieldstatic (Shared in Visual Basic)Month separator character set.  
    Protected FieldNumeric value  
    Protected FieldPercent value  
    Protected FieldSecond  
    Protected FieldComma symbol  
    Protected FieldDate separator symbol  
    Protected FieldMinus symbol  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected FieldMonth name symbol  
    Protected FieldNumeric digits symbol  
    Protected FieldNumber for date symbol  
    Protected FieldNumber for time symbol  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected Field  
    Protected FieldMonth short name symbol  
    Protected FieldTime AM symbol  
    Protected FieldTime PM symbol  
    Protected FieldTime separator symbol  
    Protected FieldUndefined symbol  
    Protected FieldUnknown symbol  
    Protected FieldWhite space symbol  
    Protected FieldMaximum number of characters.  
    Protected FieldText value  
    Protected FieldTime designator  
    Protected FieldMaximum number of time parts  
    Protected FieldYear  
    Protected FieldCurrency symbol  
    Top
    Public Properties
     NameDescription
    Public PropertyThis class does not support "Managed Input".  
    Public PropertyGets or sets the Regional settings.  
    Top
    Public Methods
     NameDescription
    Public MethodParses and returns the "value" from a formatted string.  
    Public MethodOverloaded. Parses and returns the "value" from an unformatted string along with additional information about the parsed string.  
    Public MethodGets the parsed string type.  
    Public MethodReturns a formatted string (plus attributes) for the value passed.  
    Public MethodReturns an unformatted string for the value passed.  
    Top
    Protected Methods
     NameDescription
    Protected MethodGiven the date parts, convert to a date value.  
    Protected MethodGiven the date and time parts, convert to date and time values.  
    Protected MethodGiven the time parts, convert to a time value.  
    Protected MethodParses the date string into a numerical date value.  
    Protected MethodParses date format string to determine the order of the day-month-year (and which are included).  
    Protected MethodParses date and time format strings to determine the order of the day-month-year and/or hour-min-secs (and which are included).  
    Protected MethodReturns the indexes (start and end) of the group of numbers at the left side of the decimal point  
    Protected MethodParses time format string to determine the order of the hour-min-secs-am/pm (and which are included).  
    Protected MethodDetermines if the passed string begins with one of the month names.  
    Protected MethodOverloaded. Converts a string to a date or numeric value.  
    Protected MethodProcesses the digit(s) symbol for a date/time string.  
    Protected MethodReturns a list of possible "date symbols" for the first "token" in the passed string.  
    Protected MethodDetermines if the Positive/Negative sign is allowed at the current position.  
    Top
    See Also