diff --git a/includes/extra-remarks.md b/includes/extra-remarks.md new file mode 100644 index 00000000000..d21da1276e1 --- /dev/null +++ b/includes/extra-remarks.md @@ -0,0 +1 @@ +We can put all the extra info here! diff --git a/xml/System/String.xml b/xml/System/String.xml index 45f5aa8e2aa..d252def2fba 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -99,6 +99,8 @@ ## Remarks +[!INCLUDE[extra-remarks](~/includes/extra-remarks.md)] + A string is a sequential collection of characters that's used to represent text. A object is a sequential collection of objects that represent a string; a object corresponds to a UTF-16 code unit. The value of the object is the content of the sequential collection of objects, and that value is immutable (that is, it is read-only). For more information about the immutability of strings, see the [Immutability and the StringBuilder class](#Immutability) section. The maximum size of a object in memory is 2-GB, or about 1 billion characters. For more information about Unicode, UTF-16, code units, code points, and the and types, see [Introduction to character encoding in .NET](/dotnet/standard/base-types/character-encoding-introduction).