Spread Windows Forms 15.0
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 ConstructorInitializes a new instance of the GeneralFormatter class.  
    Top
    Protected Fields
     NameDescription
    Protected FieldLiteral delimiter This field is constant and read-only.  
    Protected FieldCurrency value This field is constant and read-only.  
    Protected FieldMaximum number of date parts This field is constant and read-only.  
    Protected FieldDate value This field is constant and read-only.  
    Protected FieldDay This field is constant and read-only.  
    Protected FieldDate mask This field is constant and read-only.  
    Protected FieldInvalid date This field is constant and read-only.  
    Protected FieldInvalid time This field is constant and read-only.  
    Protected FieldTime mask This field is constant and read-only.  
    Protected FieldValid date This field is constant and read-only.  
    Protected FieldValid time This field is constant and read-only.  
    Protected FieldEmpty undefined This field is constant and read-only.  
    Protected FieldFormula value This field is constant and read-only.  
    Protected FieldHour This field is constant and read-only.  
    Protected FieldMinute This field is constant and read-only.  
    Protected FieldMonth This field is constant and read-only.  
    Protected Fieldstatic (Shared in Visual Basic)Month separator character set.  
    Protected FieldNumeric value This field is constant and read-only.  
    Protected FieldPercent value This field is constant and read-only.  
    Protected FieldSecond This field is constant and read-only.  
    Protected FieldComma symbol This field is constant and read-only.  
    Protected FieldDate separator symbol This field is constant and read-only.  
    Protected FieldMinus symbol This field is constant and read-only.  
    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 This field is constant and read-only.  
    Protected FieldNumeric digits symbol This field is constant and read-only.  
    Protected FieldNumber for date symbol This field is constant and read-only.  
    Protected FieldNumber for time symbol This field is constant and read-only.  
    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 This field is constant and read-only.  
    Protected FieldTime AM symbol This field is constant and read-only.  
    Protected FieldTime PM symbol This field is constant and read-only.  
    Protected FieldTime separator symbol This field is constant and read-only.  
    Protected FieldUndefined symbol This field is constant and read-only.  
    Protected FieldUnknown symbol This field is constant and read-only.  
    Protected FieldWhite space symbol This field is constant and read-only.  
    Protected FieldMaximum number of characters. This field is constant and read-only.  
    Protected FieldText value This field is constant and read-only.  
    Protected FieldTime designator This field is constant and read-only.  
    Protected FieldMaximum number of time parts This field is constant and read-only.  
    Protected FieldYear This field is constant and read-only.  
    Protected FieldCurrency symbol This field is constant and read-only.  
    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