Interface Integer2Text


  • public interface Integer2Text
    Provides an integer2text.
    • Method Detail

      • intToText

        String intToText​(int value)
                  throws IntegerOutOfRange
        Converts the integer to text.
        Parameters:
        value - the integer value
        Returns:
        the integer as text
        Throws:
        IntegerOutOfRange - If value is out of range of the implementations capabilities.