Returns a String that represents this instance.
| C# | Visual Basic | Visual C++ |
public string ToString( string format, IFormatProvider formatProvider )
Public Function ToString ( _ format As String, _ formatProvider As IFormatProvider _ ) As String
public: virtual String^ ToString( String^ format, IFormatProvider^ formatProvider ) sealed
- format (String)
- The format.
- formatProvider (IFormatProvider)
- The format provider.
A String that represents this instance.