isHexadecimalDigit()

Descrição

Analisa se uma caractere é um digito hexadecimal (A-F, 0-9). Retorna true se thisChar contém um digito hexadecimal.

Sintaxe

isHexadecimalDigit(thisChar)

Parâmetros

  • thisChar: variável. Tipos de dados permitidos: char

Retorna

true: se thisChar é um digito hexadecimal.

Código de Exemplo

if (isHexadecimalDigit(meuChar)) { // testa se meuChar é um digito hexadecimal Serial.println("The character is an hexadecimal digit"); } else { Serial.println("The character is not an hexadecimal digit"); }

Ver Também

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES