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