RosettaCodeData/Task/String-length/C-sharp/string-length-1.cs

3 lines
60 B
C#

string s = "Hello, world!";
int characterLength = s.Length;