String Character Length: Difference between revisions

no edit summary
No edit summary
Line 38:
String s = "Hello, world!";
int length = s.length();
 
 
==[[C_Sharp|C#]]==
 
'''Platform:''' [[.NET]] 1.0+
 
string s = "Hello, world!";
int length = s.Length;
 
==[[mIRC]]==
Anonymous user