The Utilities type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AutoUpperLower |
Given a string, capitalizes each word in the string that is not in the "StayLower" list
defined in StayLower.
| |
| CalculateFiscalPeriod |
Given a transaction date and using the system setting for the first month of thr Fiscal year
FirstMonthOfFiscalYear, returns a string representing
the fiscal period, in a format like YYMM.
| |
| DateToLogFormat |
Converts the supplied date to the string format used by the change logger.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FixCurrencyAmount |
Deals with issues associated with calculations involving currency and rounding to the correct
number of decimal places. Regional variations in the currency format can also be handled.
| |
| FormatCCNumber |
Formats a credit card number to match the format expected by iMIS C/S.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetXml |
Serializes the given object to XML.
| |
| IsInList |
Looks in the list for the supplied value and returns true if it is found.
| |
| IsValidCCNumber |
Validates a US Credit Card number for the proper length and then using the 1212 mod 10 algorithm
| |
| LoadSerializedXml |
Instantiates an object from its serialized XML representation.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| StripNonNumeric |
Strips the input string of any character that is not 0 thru 9.
| |
| ToString | (Inherited from Object.) |