Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


11 Types
11.2 Reference types
11.2.3 The string type
Paragraph 11 The string type is a sealed class type that inherits directly from object. 2 Instances of the string class represent Unicode character strings.
Paragraph 21 Values of the string type can be written as string literals (§9.4.4).
Paragraph 31 The keyword string is simply an alias for the predefined class System.String. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

