言語

ReportExpression<T>.Parse(String, IFormatProvider) メソッド

定義

文字列の値を ReportExpression<T> オブジェクトに解析します。

public:
 static Microsoft::ReportingServices::RdlObjectModel::ReportExpression<T> Parse(System::String ^ value, IFormatProvider ^ provider);
public static Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T> Parse(string value, IFormatProvider provider);
static member Parse : string * IFormatProvider -> Microsoft.ReportingServices.RdlObjectModel.ReportExpression<'T (requires 'T : struct)>
Public Shared Function Parse (value As String, provider As IFormatProvider) As ReportExpression(Of T)

パラメーター

value
String

文字列値。

provider
IFormatProvider

valueパラメータの解析情報を提供します。

返品

ReportExpression<T> オブジェクト。

適用対象