文字列値を ReportExpression<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>
パラメーター
- value
型: System.String
文字列値。
- provider
型: System.IFormatProvider
value パラメーターの解析情報を提供します。
戻り値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
ReportExpression<T> オブジェクト。