Bridge

String..::..Length Property

Gets the number of characters in the current String object.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[FieldPropertyAttribute]
public int Length { get; }
<FieldPropertyAttribute> _
Public ReadOnly Property Length As Integer
	Get
[FieldPropertyAttribute]
public:
property int^ Length {
	int^ get ();
}

Return Value

The number of characters in the current string.