asp.net.ph

String.Length Property

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;

Property Value

The number of characters in the given String.

See Also

String Members   Int32 Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph