ECMA-334: 11.2.3 The string type
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| C# Language Specification |
| © 2006 ECMA International |
11.2.3 The string type
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 (§9.4.4).
The keyword string is simply an alias for the predefined class System.String.