Here you can find the source of castString(Object o)
public static String castString(Object o)
//package com.java2s; public class Main { public static String castString(Object o) { return String.valueOf(o); }//from ww w . ja v a2s . c om }