Class IntegerUtil

java.lang.Object
com.aquima.interactions.foundation.utility.IntegerUtil

public class IntegerUtil extends Object
  • Constructor Details

    • IntegerUtil

      public IntegerUtil()
  • Method Details

    • toHexString

      public static String toHexString(int value)
      Returns a string representation of the integer argument in base 16.
      Parameters:
      value - an integer to be converted to a string
      Returns:
      the string representation in base 16