Метод ToString (String, IFormatProvider)
Converts the current ReportExpression<(Of <(<'T>)>)> object to a string.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Function ToString ( _
format As String, _
provider As IFormatProvider _
) As String
'Применение
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
Параметры
- format
Тип System. . :: . .String
The formatting string.
- provider
Тип System. . :: . .IFormatProvider
Provides parsing information for the format parameter.
Возвращаемое значение
Тип System. . :: . .String
A string value.