This document summarizes various string and object methods in Microsoft's AJAX library. It describes methods such as String.trim(), String.endsWith(), Object.getType(), and Object.getTypeName(). Examples are provided to demonstrate how to use these methods to trim whitespace from strings, check if a string ends with a suffix, get the type of an object instance, and get the type name of an object.