'Declaration Public Overloads Function ToString( _ ByVal format As String, _ ByVal formatProvider As IFormatProvider _ ) As String
public string ToString( string format, IFormatProvider formatProvider )
Parameters
- format
- String format.
- formatProvider
- System.IFormatProvider to be used in conversion.