Parse メソッド

文字列値を ReportExpression<(Of <(<'T>)>)> オブジェクトとして解析します。

名前空間:  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>

パラメーター

戻り値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。