We have been using string literals with quotes so far. However "string" is type in C# and just like other types we can create variables of this type. The type is "System.String" and is in the "System" namespace and we also have the alias "string" that can be used as well. The string type is stored as a collection of characters. The following example shows how the 2 different ways of specifying the string can be used.