'Declaration Public Overloads Function ToString( _ ByVal provider As IFormatProvider _ ) As String
'Usage Dim instance As TdQueryBand Dim provider As IFormatProvider Dim value As String value = instance.ToString(provider)
public string ToString( IFormatProvider provider )
public: String^ ToString( IFormatProvider^ provider )
Parameters
- provider
- The culture specific information. This parameter is ignored.
Return Value
The string representation of the Query Band is returned.