ISpanParsable<TSelf>.Parse 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 étendue de caractères en une valeur.
public:
static TSelf Parse(ReadOnlySpan<char> s, IFormatProvider ^ provider);
public static TSelf Parse (ReadOnlySpan<char> s, IFormatProvider? provider);
static member Parse : ReadOnlySpan<char> * IFormatProvider -> 'Self
Public Shared Function Parse (s As ReadOnlySpan(Of Char), provider As IFormatProvider) As TSelf
Paramètres
- s
- ReadOnlySpan<Char>
Étendue de caractères à analyser.
- provider
- IFormatProvider
Objet qui fournit des informations de mise en forme propres à la culture concernant s
.
Retours
- TSelf
Résultat de l’analyse s
.
Exceptions
Le format de s
est incorrect.
s
n’est pas représenté par TSelf
.