Diferencia entre revisiones de «char()»
De ArduWiki
(→Vea también) |
|||
Línea 25: | Línea 25: | ||
* [[long()]] | * [[long()]] | ||
* [[float()]] | * [[float()]] | ||
− | |||
* [[word()]] | * [[word()]] | ||
− | * [[getBytes()]] | + | * [[objeto.toInt()]] |
+ | * [[objeto.toFloat()]] | ||
+ | * [[objeto.getBytes()]] | ||
== Referencias == | == Referencias == |
Revisión del 19:40 6 jul 2018
Contenido
Descripción
Convierte un valor a un dato tipo char.
Sintaxis
char(variable);
Parámetros
- variable
- variable de cualquier tipo a evaluar.
Retorna
Retorna un char.
Advertencias
Nada.
Ejemplo