다음을 통해 공유


ToString 메서드 (String, IFormatProvider)

Converts the current ReportExpression instance 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

매개 변수

반환 값

유형: System. . :: . .String
A string value.

구현

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