ReportExpression<T>.Parse 方法

Parses a string value into a ReportExpression<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>

参数