In This Topic
Gets or sets the number of characters within the range.
Syntax
'Declaration
Public Property Length As Integer
public int Length {get; set;}
Property Value
The number of characters as an integer. It indicates how many characters are included in the range starting from the
Start position.
See Also