Reference Language | Libraries | Comparison | Changes
Converts a valid String to an integer. The input string should start with an integer number. If the string contains non-integer numbers, the function will stop performing the conversion.
string.toInt()
string: a variable of type String
long
If no valid conversion could be performed because the string doesn't start with a integer number, a zero is returned.
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.