Wednesday, 5 April 2017

Strings In C#

Strings

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.

The System.String Class-- String KeyWord used for String Creation

string greeting = "Hello, C#";

No comments:

Post a Comment