ReportExpression<T>.Parse(String, IFormatProvider) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Analyse une valeur de chaîne dans un objet 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)
Paramètres
- value
- String
Valeur de chaîne.
- provider
- IFormatProvider
Fournit des informations d’analyse pour le value
paramètre.
Retours
Objet ReportExpression<T>.