Ext.Net.Utilities Returns an ISO 8601 formatted DateTime string The DateTime object to format The ISO 8601 formatted string Returns the Date portion only of an ISO 8601 formatted DateTime string The DateTime object to format The ISO 8601 formatted string Returns the Time portion only of an ISO 8601 formatted DateTime string The DateTime object to format The ISO 8601 formatted string Accepts a Unix/PHP date string format and returns a valid .NET date format The PHP format string The format string converted to .NET DateTime format specifiers Accepts a Unix/PHP date string format and returns a valid .NET date format The .NET format string The format string converted to PHP format specifiers Convert .NET DateTime to JavaScript object .NET DateTime JavaScript Date as string Inflate the string compressed string Inflated string Produce a string in double quotes with backslash sequences in all the right places. A String A String correctly formatted for insertion in a JSON message. Replaces all occurrences of System.String in the oldValues String Array, with another specified System.String of newValue. this string An Array of String objects to be replaced. The new value to replace old values. The modified original string. Replaces all occurrences of System.String in the oldValue String Array, with the return String value of the specified Function convert. this string An Array of String objects to be replaced. The Function to convert the found old value. The modified original string. Format the string with the args. http://james.newtonking.com/archive/2008/03/29/formatwith-2-0-string-formatting-with-named-variables.aspx Add the text string to the source string. Add the args strings the source text string. Determines if the string contains any of the args. If yes, returns true, otherwise returns false. The instance of the string The string to check if contained within the string instance. boolean Determine is the string is null or empty. Determine is the string is NOT null or empty. Return a string from between the start and end positions. Return a sub array of this string array. Return a sub array of this string array. Join the items together The items to join. The separator. The template to format the items with. Chops one character from each end of string. Chops the specified number of characters from each end of string. Chops the specified string from each end of the string. If the character does not exist on both ends of the string, the characters are not chopped. MD5Hash's a string. Converts the first character of each word to Uppercase. Example: "the lazy dog" returns "The Lazy Dog" The text to convert to sentence case Converts the first character of each word to Uppercase. Example: "the lazy dog" returns "The Lazy Dog" The text to convert to sentence case Converts the first character of each word to Uppercase. Example: "the lazy dog" returns "The Lazy Dog" Converts the first character of each word to Uppercase. Example: "the lazy dog" returns "The Lazy Dog" Pad the left side of a string with characters to make the total length. Pad the right side of a string with a '0' if a single character. Pad the right side of a string with characters to make the total length. Left of the first occurance of c Left of the first occurance of text Left of the n'th occurance of c Right of the first occurance of c Right of the first occurance of text Right of the n'th occurance of c Right of the n'th occurance of c Accepts a string like "ArrowRotateClockwise" and returns "arrow_rotate_clockwise.png". Truncate a string and add an ellipsis ('...') to the end if it exceeds the specified length The string to truncate The maximum length to allow before truncating The converted text Truncate a string and add an ellipsis ('...') to the end if it exceeds the specified length The string to truncate The maximum length to allow before truncating True to try to find a common work break The converted text Base64 string decoder The text string to decode The decoded string Base64 string encoder The text string to encode The encoded string Generate a random string of character at a certain length The Characters to use in the random string The length of the random string A string of random characters Checks if parameter is not null. Throws ArgumentNullException with name of parameter if null The parameter value to check. The name of the parameter. Checks if the value is a type of String object. Throws ArgumentException if value is not a String type object. The object to check. The name of the parameter.