| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function ToString( _ ByVal provider As IFormatProvider, _ ByVal format As String _ ) As String | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As CVector Dim provider As IFormatProvider Dim format As String Dim value As String value = instance.ToString(provider, format) | |
| C# | |
|---|---|
public string ToString( IFormatProvider provider, string format ) | |
| C++/CLI | |
|---|---|
public: String^ ToString( IFormatProvider^ provider, String^ format ) | |
Parameters
- provider
An IFormatProvider that supplies culture-specific formatting information.
- format
- A format string that will be used to convert all matrix elements.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7