StringBuilder: Chars (get)

Chars

Returns a character from the string value.



 Public Property Get Chars(
	  ByVal Index As Long ) As Integer

Parameters

Index
[ByVal] Long. The index from the string value to return the character.

Return Values

Integer -  The character in the string at the specified index.

Remarks

Index is zero-base.

Read/Write.

See Also

Project CorLib Overview

Class StringBuilder Overview