Boolean.IParsable<Boolean>.Parse(String, IFormatProvider) Méthode

Définition

Analyse une chaîne dans une valeur.

 static bool System.IParsable<System.Boolean>.Parse(System::String ^ s, IFormatProvider ^ provider) = IParsable<bool>::Parse;
static bool IParsable<bool>.Parse (string s, IFormatProvider provider);
static member System.IParsable<System.Boolean>.Parse : string * IFormatProvider -> bool
 Shared Function Parse (s As String, provider As IFormatProvider) As Boolean Implements IParsable(Of Boolean).Parse

Paramètres

s
String

Chaîne à analyser.

provider
IFormatProvider

Objet qui fournit des informations de mise en forme propres à la culture concernant s.

Retours

Résultat de l’analyse de s.

Implémente

S’applique à