共用方式為


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>

參數