Java Int to String

  • + 0 comments

    public static String valueOf(int i) { return Integer.toString(i); }