'Declaration Public Overloads Function ToString( _ ByVal format As String, _ ByVal formatProvider As IFormatProvider _ ) As String
public string ToString( string format, IFormatProvider formatProvider )
Parameters
- format
- The format.
- formatProvider
- The format provider.
Return Value
A System.String that represents this instance.