class EacRubyUtils::Byte

def to_hex

Returns:
  • (String) -
def to_hex
  value.to_s(16).upcase.rjust(2, '0')
end