3 lines
60 B
C#
3 lines
60 B
C#
|
|
string s = "Hello, world!";
|
||
|
|
int characterLength = s.Length;
|