| Name | Description |
 | AddDays | Returns a new DateTime that adds the specified number of days to the value. |
 | AddMonths | Returns a new DateTime that adds the specified number of months to the value. |
 | AddYears | Returns a new DateTime that adds the specified number of years to the value. |
 | Ceiling | Returns the smallest integral value that is greater than or equal to the specified decimal number. |
 | Concat | Concatenates the elements of a specified String array. |
 | DaysInMonth | Returns the number of days in the specified month and year. |
 | Debug | Overloaded. Prints the specified message into debug window. (Inherited from Selerix.Foundation.Interfaces.Services.Event) |
 | Floor | Rounds a specified Decimal number to the closest integer toward negative infinity. |
 | Format | Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. (Inherited from Selerix.Foundation.Interfaces.Services.Event) |
 | FormatPhone | Formats the phone. |
 | FormatSSN | Formats the SSN. |
 | Get | Gets the specified column name. |
 | GetDate | Gets the date. |
 | GetNumber | Gets the number. |
 | GetText | Gets the text. |
 | IndexOf | Reports the zero-based index of the first occurrence of the specified string |
 | Insert | Returns a new string in which a specified string is inserted at a specified index position. |
 | LastIndexOf | Reports the zero-based index position of the last occurrence of a specified string |
 | Left | Retrieves a substring from this instance. The substring starts at zero character position and has a specified length. |
 | Len | Return number of characters |
 | Mid | Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length. |
 | Mod | val % divisor |
 | PadLeft | Returns a new string that right-aligns the characters in this instance by padding them with spaces on the left, for a specified total length. |
 | PadRight | Returns a new string that left-aligns the characters in this string by padding them with spaces on the right, for a specified total length. |
 | Remove | Returns a new string in which all the characters in the current instance, beginning at a specified position and continuing through the last position, have been deleted. |
 | Replace | Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string. |
 | Right | Retrieves a substring from this instance. The substring starts at at a specified character position. |
 | Round | Rounds a Decimal value to a specified number of decimal places. |
 | Substring | Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length. |
 | Text | Texts the specified value. |
 | ThrowError | Overloaded. Throws a JScript exception with a customizable error message. (Inherited from Selerix.Foundation.Interfaces.Services.Event) |
 | Today | Gets a DateTime object that is set to the current date and time on this computer, expressed as the local time. |
 | ToLower | Returns a copy of this string converted to lowercase. |
 | ToUpper | The uppercase equivalent of the current string. |
 | Trim | Removes all leading and trailing white-space characters from the current String object. |
 | TrimEnd | Removes all trailing occurrences of a set of characters specified in an array from the current String object. |
 | TrimStart | Removes all leading occurrences of a set of characters specified in an array from the current String object. |