ConverterUtils.convertHexDigit

@param c An ASCII encoded character 0-9 a-f A-F @return The byte value of the character 0-16.

  1. byte convertHexDigit(byte c)
    struct ConverterUtils
    static
    byte
    convertHexDigit
    (
    byte c
    )
  2. int convertHexDigit(char c)
  3. int convertHexDigit(int c)

Meta