| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function ToString( _ ByVal format As String _ ) As String | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As Vector Dim format As String Dim value As String value = instance.ToString(format) | |
Parameters
- format
- A format string that will be used to convert all vector elements.
Return Value
A formatted string containing all vector elements.A space character is used as a separator of vector elements. The left and right borders are set to "| " and " |" strings respectively. The new line character "\n" is added at the end of the string.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7