The SSISHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddPositiveNumbers |
Takes two positive numbers and adds them
| |
| Concat | Overloaded. | |
| GetMachineIPAddress |
Tries to figure out the IPAddress
| |
| ParseAddress |
Formats address given several parts and a AddressYN field
| |
| ParseAge |
Parses the age of a property and returns the year it was built
| |
| ParseBoolean |
Generic boolean parser method
| |
| ParseCanadianZipCode |
Parses Canadian zip code
| |
| ParseDate | Overloaded. | |
| ParseDateAfterYesterday |
Parse a Datetime value and return it's string representation if valid datetime and is after yesterday
| |
| ParseDateBeforeTomorrow |
Parse a Datetime value and return it's string representation if valid datetime and is before tomorrow
| |
| ParseDir | Overloaded. | |
| ParseNumBaths | Overloaded. | |
| ParseNumber | Overloaded. | |
| ParseOleDBConnectionString |
Takes an OleDB connection string and returns an connection string to be used by SQLConnection object
| |
| ParsePCCode | Overloaded. | |
| ParsePhoneNumber |
Try and parse a phone number
| |
| ParseSmallNumber |
Parses a number and checkes to see if a number is between 0 and 256 non-inclusive
| |
| ParseStringContains | Overloaded. | |
| ParseStringEquals | Overloaded. | |
| ParseTextNumber |
Changes a spelled out text number to the digit for the number
| |
| ParseTrueFalse |
Returns true/false for a true/false string
| |
| ParseYearBuilt |
Parses a number and checkes to see if a number is between 1500 and 2050 non-inclusive
| |
| ParseYesNo |
Returns true/false for a yes/no string
| |
| ParseZeroOne |
Returns true/false for a 0/1 string
| |
| ParseZipCode |
Parses US zip code of 5 digits
| |
| RenameFile | Overloaded. | |
| StringContains |
Checks to see if search string is contained in inputstring. Case insensitive.
| |
| StringEquals |
Checks to see if search string is equal to inputstring. Case insensitive.
|