Info
\
FAQ
Cover
\
Exhibition
\
Learning
\
Reference
\
I/O board
\
Download
\
Discourse
\
Contribute
Language
\
Libraries
\
Environment
\
Electronics
\
Comparison
\
Troubleshooting
String
The Wiring 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: hbarragan [at] uniandes.edu.co
Class
String
Name
length()
Examples
String str1 = "CCCP"; int l1 = str1.length(); Serial.println(l1, DEC); // Prints 4
Description
Returns the total number of characters included in the string as an integer number.
Syntax
length()
Returns
int
Usage
Web & Application