char()
De ArduWiki
Contenido
Descripción
Convierte valor numerico a un dato tipo char.
Sintaxis
char(variable);
Parámetros
- variable
- variable de cualquier tipo a evaluar.
Retorna
Retorna un char.
Advertencias
No funciona con cedenas string ni objetos String.
Ejemplo
Vea también
- byte()
- int()
- word()
- long()
- float()
- atoi() desde matriz
- atol() desde matriz
- strtoul() desde matriz
- atof() desde matriz
- objeto.getBytes() desde String
- objeto.toInt() desde String
- objeto.toFloat() desde String