String Class
Represents a text string composed of Unicode characters.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
[DefaultMemberAttribute]
[SerializableAttribute]
public sealed class String : IComparable
Remarks
The String class does not currently support strings with null characters (the '\0' character) in them. This behavior is different from the .NET Framework for Windows.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.