Yurttas/PL/OOL/CS/F/02/06/00/index page

c# programming language fundamentals
2. c# language fundamentals

strings -- string[System.String] - System.Text.StringBuilder


The string type is a sealed class type that inherits
directly from object. Instances of the string class represent
Unicode character strings.

Values of the string type can be written as string literals.

The keyword string is simply an alias for the predefined
System.String class.

The list of
String members
areĀ :

c#, .net framework, and visual studio.net << | >> classes, objects


Dr. Salih Yurttas