String Class
Represents text as a series of Unicode characters.To browse the .NET Framework source code for this type, see the Reference Source.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NameAttribute] [ConstructorAttribute] public sealed class String : IEnumerable, IEnumerable<char>, IComparable<string>, IEquatable<string>
<ExternalAttribute> _ <NameAttribute> _ <ConstructorAttribute> _ Public NotInheritable Class String _ Implements IEnumerable, IEnumerable(Of Char), _ IComparable(Of String), IEquatable(Of String)
[ExternalAttribute] [NameAttribute] [ConstructorAttribute] public ref class String sealed : IEnumerable, IEnumerable<wchar_t^>, IComparable<String^>, IEquatable<String^>