C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
String Class
String Properties
Length Property
String
Length Property
Gets the number of characters in the current
String
object.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
int
Length
{
get
; }
Return Value
Type:
Int32
The number of characters in the current string.
See Also
Reference
String Class
System Namespace