Diferencia entre revisiones de «char()»
De ArduWiki
(→Vea también) |
(→Vea también) |
||
Línea 23: | Línea 23: | ||
* [[byte()]] | * [[byte()]] | ||
* [[int()]] | * [[int()]] | ||
+ | * [[word()]] | ||
* [[long()]] | * [[long()]] | ||
* [[float()]] | * [[float()]] | ||
− | * [[ | + | * [[atoi()]] desde matriz |
− | * [[atol()]] | + | * [[atol()]] desde matriz |
− | * [[atof()]] | + | * [[stroul()]] desde matriz |
− | * [[objeto. | + | * [[atof()]] desde matriz |
− | * [[objeto. | + | * [[objeto.getBytes()]] desde String |
− | * [[objeto. | + | * [[objeto.toInt()]] desde String |
+ | * [[objeto.toFloat()]] desde String | ||
== Referencias == | == Referencias == |
Revisión del 17:02 30 abr 2019
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
Vea también
- byte()
- int()
- word()
- long()
- float()
- atoi() desde matriz
- atol() desde matriz
- stroul() desde matriz
- atof() desde matriz
- objeto.getBytes() desde String
- objeto.toInt() desde String
- objeto.toFloat() desde String