Apress Standard Book Design - Microsoft

%O any type Format using Object.ToString() %a formatter then any type Format using given formatter %t formatter Run the given formatter. Arbitrary values can be formatted using the %O pattern. This converts the object to a string using the Object.ToString() function supported by all values. For example: > System.DateTime.Now.ToString();; ................
................