Parse-Methode
Parses a string value into a ReportExpression<(Of <(<'T>)>)> object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
value As String, _
provider As IFormatProvider _
) As ReportExpression(Of T)
'Usage
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>
Parameter
- value
Typ: System. . :: . .String
The string value.
- provider
Typ: System. . :: . .IFormatProvider
Provides parsing information for the value parameter.
Rückgabewert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.