Converts this instance of
CVector to a formatted string specifying a format string, a separator, left and right borders and end of line characters.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CVector
Dim format As String
Dim separator As String
Dim leftBorder As String
Dim rightBorder As String
Dim endVector As String
Dim value As String
value = instance.ToString(format, separator, leftBorder, rightBorder, endVector) |
Parameters
- format
- A format string that will be used to convert all vector elements.
- separator
- A string that will be used to separate vector elements.
- leftBorder
- A string that will be added at the beginning of the string.
- rightBorder
- A string that will be added at the end of the string.
- endVector
- A string that will be added at the end of the string.
Return Value
A formatted
string containing all vector elements.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also