Name | Description | |
---|---|---|
GeneralFormatter Constructor |
The following tables list the members exposed by GeneralFormatter.
Name | Description | |
---|---|---|
GeneralFormatter Constructor |
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. |