Class NumberUtils


  • public abstract class NumberUtils
    extends Object
    Miscellaneous utility methods for number conversion and parsing.

    Mainly for internal use within the framework; consider Apache's Commons Lang for a more comprehensive suite of number utilities.

    Since:
    1.1.2
    Author:
    Juergen Hoeller, Rob Harrop