Langue

ReportExpression<T>.Parse(String, IFormatProvider) Méthode

Définition

Analyse une valeur de chaîne en un ReportExpression<T> objet.

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)

Paramètres

value
String

Valeur de chaîne.

provider
IFormatProvider

Fournit des informations d’analyse pour le value paramètre.

Retours

Objet ReportExpression<T>.

S’applique à