CopyTo
Copies a set of characters from the StringBuilder into a character array.
Public Sub CopyTo(
ByVal SourceIndex As Long,
ByRef Destination ( ) As Integer,
ByVal DestinationIndex As Long,
ByVal Count As Long )
Parameters
- SourceIndex
-
[ByVal]
Long.
The starting index in the StringBuilder to be copying from (0-based).
- Destination
-
[ByRef]
Integer.
The character array to copy to.
- DestinationIndex
-
[ByVal]
Long.
The start index to begin placing characters in to.
- Count
-
[ByVal]
Long.
The number of characters to copy.
See Also
Project CorLib Overview
Class StringBuilder Overview