Diferencia entre revisiones de «byte()»
De ArduWiki
Línea 6: | Línea 6: | ||
byte(variable); | byte(variable); | ||
</pre> | </pre> | ||
+ | |||
+ | == Parametros == | ||
+ | ;variable: una variable de tipo [[String]]. | ||
== Retorna == | == Retorna == | ||
− | + | Retorna un numero tipo [[byte]]. | |
== Advertencias == | == Advertencias == | ||
Línea 14: | Línea 17: | ||
== Ejemplo == | == Ejemplo == | ||
− | < | + | <syntaxhighlight lang="c++"> |
− | </ | + | </syntaxhighlight> |
== Vea también == | == Vea también == |
Revisión del 19:03 6 jul 2018
Contenido
Descripción
Convierte un valor en un dato tipo byte.
Sintaxis
byte(variable);
Parametros
- variable
- una variable de tipo String.
Retorna
Retorna un numero tipo byte.
Advertencias
Nada.
Ejemplo