 |
Function Name
|
Description
|
 | Base64ToBSTR | Converts Base64 Strings to ASCII strings |
 | ChangeCase | Returns the passed string either with an inverted case, or with each word capitalized. |
 | ConvertStringUnicodeToAscii | Converts a Unicode string to ASCII |
 | CreateRndString | Creates a randon string, any length, of any combination of upper / lower alpha, numeric and special characters. |
 | FindKeyFromItem | Searches a provided Dictionary object and returns the Key if an item within the Dictionary matches the search value. |
 | GetGUID | Facilitates generating a GUID (Globally Unique IDentifier). The function allows you to easily generate either a standard-format GUID for object registration or database unique key, or a formatting-stripped GUID for unique file names or other unique identifier. |
 | HTMLEncode | When working with HTML outside of ASP, the Server.HTMLEncode function is not available. This function encodes strings for HTML. |
 | IsCase | Function determines if the alpha characters in the passed string are either all lower- or upper- case. |
 | SortStrings | Sorts an array of string values. Returns a sorted array. |
 | URLEncode | When working with HTML outside of ASP, the Server.URLEncode function is not available. This function encodes strings for HTML. |