Send feedback on this topic.
Teradata.Client.Provider
ToString(IFormatProvider) Method



Teradata.Client.Provider Namespace > TdQueryBand Class > ToString Method : ToString(IFormatProvider) Method
The culture specific information. This parameter is ignored.
Returns the key=value pairs of the Query Band as a string.
Syntax
'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.
Remarks

The format of the string that is returned is as follows:

key1=value1;key2=value2;key3=value3;keyn=valuen

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdQueryBand Class
TdQueryBand Members
Overload List