Método ToString (String, IFormatProvider)

Converts the current ReportExpression<(Of <(<'T>)>)> object to a string.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Function ToString ( _
    format As String, _
    provider As IFormatProvider _
) As String
'Uso
Dim instance As ReportExpression
Dim format As String
Dim provider As IFormatProvider
Dim returnValue As String

returnValue = instance.ToString(format, _
    provider)
public string ToString(
    string format,
    IFormatProvider provider
)
public:
virtual String^ ToString(
    String^ format, 
    IFormatProvider^ provider
) sealed
abstract ToString : 
        format:string * 
        provider:IFormatProvider -> string 
override ToString : 
        format:string * 
        provider:IFormatProvider -> string 
public final function ToString(
    format : String, 
    provider : IFormatProvider
) : String

Parâmetros

Valor de retorno

Tipo: System. . :: . .String
A string value.

Implementa

IFormattable. . :: . .ToString(String, IFormatProvider)