In the context of MSDN Documentation, String
class is documented like any other data type (e.g., XmlReader
, StreamReader
) in the BCL.
And string
is documented like a keyword (C# Reference) or like any basic C# language construct (e.g., for
, while
, default
).
Reference.