Char.IParsable<Char>.Parse(String, IFormatProvider) Méthode
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 chaîne dans une valeur.
static char System.IParsable<System.Char>.Parse(System::String ^ s, IFormatProvider ^ provider) = IParsable<char>::Parse;
static char IParsable<char>.Parse(string s, IFormatProvider provider);
static member System.IParsable<System.Char>.Parse : string * IFormatProvider -> char
Shared Function Parse (s As String, provider As IFormatProvider) As Char Implements IParsable(Of Char).Parse
- s
- String
Chaîne à analyser.
- provider
- IFormatProvider
Objet qui fournit des informations de mise en forme propres à la culture concernant s
.
Résultat de l’analyse de s
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: