Parse 메서드
Parses a string value into a ReportExpression<(Of <(<'T>)>)> object.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Shared Function Parse ( _
value As String, _
provider As IFormatProvider _
) As ReportExpression(Of T)
‘사용 방법
Dim value As String
Dim provider As IFormatProvider
Dim returnValue As ReportExpression(Of T)
returnValue = ReportExpression.Parse(value, provider)
public static ReportExpression<T> Parse(
string value,
IFormatProvider provider
)
public:
static ReportExpression<T> Parse(
String^ value,
IFormatProvider^ provider
)
static member Parse :
value:string *
provider:IFormatProvider -> ReportExpression<'T>
public static function Parse(
value : String,
provider : IFormatProvider
) : ReportExpression<T>
매개 변수
- value
유형: System. . :: . .String
The string value.
- provider
유형: System. . :: . .IFormatProvider
Provides parsing information for the value parameter.
반환 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.