'Declaration Public Overloads Function ToString( _ ByVal provider As IFormatProvider _ ) As String
'Usage Dim instance As TdTimestamp Dim provider As IFormatProvider Dim value As String value = instance.ToString(provider)
public string ToString( IFormatProvider provider )
public: String^ ToString( IFormatProvider^ provider )
Parameters
- provider
- An IFormatProvider that contains the culture specific formatting information. This parameter is ignored.