Bridge

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:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


<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^>

Inheritance Hierarchy


System..::..Object
  System..::..String