The SSISHelper type exposes the following members.

Methods

  NameDescription
AddPositiveNumbers
Takes two positive numbers and adds them
ConcatOverloaded.
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
ParseDateOverloaded.
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
ParseDirOverloaded.
ParseNumBathsOverloaded.
ParseNumberOverloaded.
ParseOleDBConnectionString
Takes an OleDB connection string and returns an connection string to be used by SQLConnection object
ParsePCCodeOverloaded.
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
ParseStringContainsOverloaded.
ParseStringEqualsOverloaded.
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
RenameFileOverloaded.
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.

See Also