Strings
The System.String Class-- String KeyWord used for String Creation
string greeting = "Hello, C#";
A string is a sequence of characters stored in a certain address in memory.
In. NET Framework each character has a serial number from the Unicode
table.
string greeting = "Hello, C#";
No comments:
Post a Comment