NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

String.Length

Retrieves the number of characters contained in this string.

[Visual Basic]
Public ReadOnly Property Length As Integer
[C#]
public int Length {get;}
[C++]
public: __property int get_Length();
[JScript]
public function get Length() : int;

Property Value

Read-only.

Remarks

The Length property uses get to retrieve a specified number of characters in this string. This property returns the number of characters contained in this string.

See Also

String Class | String Members | System Namespace | Int32