Class StringUtils


  • public class StringUtils
    extends Object
    • Constructor Detail

      • StringUtils

        public StringUtils()
    • Method Detail

      • toString

        public static String toString​(Object o)
        String formatting method that knows how to format dates (using the default locale's date formatter)
        Parameters:
        o - object to be converted to a string
        Returns:
        string representing object