ToString Método (String, IFormatProvider)
Converts the current ReportExpression<(Of <(<'T>)>)> object to a string.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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
- format
Tipo: System. . :: . .String
The formatting string.
- provider
Tipo: System. . :: . .IFormatProvider
Provides parsing information for the format parameter.
Valor devuelto
Tipo: System. . :: . .String
A string value.