English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Does anybody know the code to find out the length of a string. as an integer?

2007-12-11 07:15:27 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

String aString = "some string";
int length = aString.length();

2007-12-11 07:20:55 · answer #1 · answered by daa 7 · 1 0

fedest.com, questions and answers