Class StringUtils

java.lang.Object
com.google.refine.util.StringUtils

public class StringUtils extends Object
  • Constructor Details

    • StringUtils

      public StringUtils()
  • Method Details

    • 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