Gets the length of this string.

 

   

Syntax
 

[C#]
int GetStringLength()
[Visual Basic]
Function GetStringLength() As Integer

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The length.

 

   

Notes
 

The method returns the length of this string.

 

   

Example
 

None.