Buy Download Getting Started Learning Reference Products FAQ Contact Us
Show minor edits - Show changes to markup
String
Returns the length of the String, in characters. (Note that this doesn't include a trailing null character.)
string.length()
string: a variable of type String
The length of the String in characters.