System Namespace String Class
Returns the number of characters in the given String.
[ VB ]
<Serializable>
Public ReadOnly Property Length As Integer
[ C# ]
[ Serializable ]
public int Length { get; }
[ C++ ]
[ Serializable ]
public: __property int get_Length ( );
[ JScript ]
public Serializable
function get Length ( ) : int;
The number of characters in the given String.
String Members Int32