Converts this instance of
Vector to a formatted string specifying culture-specific format information and a format string.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Vector
Dim provider As IFormatProvider
Dim format As String
Dim value As String
value = instance.ToString(provider, format) |
Parameters
- provider
An IFormatProvider that supplies culture-specific formatting information.
- format
- A format string that will be used to convert all matrix elements.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also