Name | Description | |
---|---|---|
![]() | GeneralFormatter Constructor | Initializes a new instance of the GeneralFormatter class. |
The following tables list the members exposed by GeneralFormatter.
Name | Description | |
---|---|---|
![]() | GeneralFormatter Constructor | Initializes a new instance of the GeneralFormatter class. |
Name | Description | |
---|---|---|
![]() | cnvtbLiteralDelimiter | Literal delimiter This field is constant and read-only. |
![]() | fpseCurrencyValue | Currency value This field is constant and read-only. |
![]() | fpseDatePartsMaximum | Maximum number of date parts This field is constant and read-only. |
![]() | fpseDateValue | Date value This field is constant and read-only. |
![]() | fpseDay | Day This field is constant and read-only. |
![]() | fpseDecodeDateResultsMask | Date mask This field is constant and read-only. |
![]() | fpseDecodeInvalidDate | Invalid date This field is constant and read-only. |
![]() | fpseDecodeInvalidTime | Invalid time This field is constant and read-only. |
![]() | fpseDecodeTimeResultsMask | Time mask This field is constant and read-only. |
![]() | fpseDecodeValidDate | Valid date This field is constant and read-only. |
![]() | fpseDecodeValidTime | Valid time This field is constant and read-only. |
![]() | fpseEmptyUndefined | Empty undefined This field is constant and read-only. |
![]() | fpseFormulaValue | Formula value This field is constant and read-only. |
![]() | fpseHour | Hour This field is constant and read-only. |
![]() | fpseMinute | Minute This field is constant and read-only. |
![]() | fpseMonth | Month This field is constant and read-only. |
![]() ![]() | fpseMonthSeparatorCharSet | Month separator character set. |
![]() | fpseNumericValue | Numeric value This field is constant and read-only. |
![]() | fpsePercentValue | Percent value This field is constant and read-only. |
![]() | fpseSecond | Second This field is constant and read-only. |
![]() | fpseSymbolComma | Comma symbol This field is constant and read-only. |
![]() | fpseSymbolDateSeparatorGrp | Date separator symbol This field is constant and read-only. |
![]() | fpseSymbolMinus | Minus symbol This field is constant and read-only. |
![]() | fpseSymbolMonthName10Grp | |
![]() | fpseSymbolMonthName11Grp | |
![]() | fpseSymbolMonthName12Grp | |
![]() | fpseSymbolMonthName1Grp | |
![]() | fpseSymbolMonthName2Grp | |
![]() | fpseSymbolMonthName3Grp | |
![]() | fpseSymbolMonthName4Grp | |
![]() | fpseSymbolMonthName5Grp | |
![]() | fpseSymbolMonthName6Grp | |
![]() | fpseSymbolMonthName7Grp | |
![]() | fpseSymbolMonthName8Grp | |
![]() | fpseSymbolMonthName9Grp | |
![]() | fpseSymbolMonthNameGrp | Month name symbol This field is constant and read-only. |
![]() | fpseSymbolNumbericDigits | Numeric digits symbol This field is constant and read-only. |
![]() | fpseSymbolNumberUsedForDate | Number for date symbol This field is constant and read-only. |
![]() | fpseSymbolNumberUsedForTime | Number for time symbol This field is constant and read-only. |
![]() | fpseSymbolShortMonthName10Grp | |
![]() | fpseSymbolShortMonthName11Grp | |
![]() | fpseSymbolShortMonthName12Grp | |
![]() | fpseSymbolShortMonthName1Grp | |
![]() | fpseSymbolShortMonthName2Grp | |
![]() | fpseSymbolShortMonthName3Grp | |
![]() | fpseSymbolShortMonthName4Grp | |
![]() | fpseSymbolShortMonthName5Grp | |
![]() | fpseSymbolShortMonthName6Grp | |
![]() | fpseSymbolShortMonthName7Grp | |
![]() | fpseSymbolShortMonthName8Grp | |
![]() | fpseSymbolShortMonthName9Grp | |
![]() | fpseSymbolShortMonthNameGrp | Month short name symbol This field is constant and read-only. |
![]() | fpseSymbolTimeAMStringGrp | Time AM symbol This field is constant and read-only. |
![]() | fpseSymbolTimePMStringGrp | Time PM symbol This field is constant and read-only. |
![]() | fpseSymbolTimeSeparatorGrp | Time separator symbol This field is constant and read-only. |
![]() | fpseSymbolUndefined | Undefined symbol This field is constant and read-only. |
![]() | fpseSymbolUnknown | Unknown symbol This field is constant and read-only. |
![]() | fpseSymbolWhiteSpace | White space symbol This field is constant and read-only. |
![]() | fpseTempStringMax | Maximum number of characters. This field is constant and read-only. |
![]() | fpseTextValue | Text value This field is constant and read-only. |
![]() | fpseTimeDesignator | Time designator This field is constant and read-only. |
![]() | fpseTimePartsMaximum | Maximum number of time parts This field is constant and read-only. |
![]() | fpseYear | Year This field is constant and read-only. |
![]() | strDefCurrencySym | Currency symbol This field is constant and read-only. |
Name | Description | |
---|---|---|
![]() | ManageInput | This class does not support "Managed Input". |
![]() | RegionSettings | Gets or sets the Regional settings. |
Name | Description | |
---|---|---|
![]() | FromFormattedString | Parses and returns the "value" from a formatted string. |
![]() | FromUnformattedString | Overloaded. Parses and returns the "value" from an unformatted string along with additional information about the parsed string. |
![]() | GetPseudoParsedStringType | Gets the parsed string type. |
![]() | ToFormattedString | Returns a formatted string (plus attributes) for the value passed. |
![]() | ToUnformattedString | Returns an unformatted string for the value passed. |
Name | Description | |
---|---|---|
![]() | ConvertDatePartsToValue | Given the date parts, convert to a date value. |
![]() | ConvertDateTimePartsToValue | Given the date and time parts, convert to date and time values. |
![]() | ConvertTimePartsToValue | Given the time parts, convert to a time value. |
![]() | DecodeDateString | Parses the date string into a numerical date value. |
![]() | GetDatePartOrdering | Parses date format string to determine the order of the day-month-year (and which are included). |
![]() | GetDateTimePartOrdering | Parses date and time format strings to determine the order of the day-month-year and/or hour-min-secs (and which are included). |
![]() | GetLeftDigitGroup | Returns the indexes (start and end) of the group of numbers at the left side of the decimal point |
![]() | GetTimePartOrdering | Parses time format string to determine the order of the hour-min-secs-am/pm (and which are included). |
![]() | MatchStringToMonthName | Determines if the passed string begins with one of the month names. |
![]() | PrivConvToBinaryValue | Overloaded. Converts a string to a date or numeric value. |
![]() | ProcessDateSymbolDigits | Processes the digit(s) symbol for a date/time string. |
![]() | TranslateDateSymbol | Returns a list of possible "date symbols" for the first "token" in the passed string. |
![]() | ValidatePosNegSignPlacement | Determines if the Positive/Negative sign is allowed at the current position. |