次の方法で共有


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> オブジェクト。

適用対象