IParsable<TSelf> Interface

Définition

Définit un mécanisme d’analyse d’une chaîne sur une valeur.

generic <typename TSelf>
 where TSelf : IParsable<TSelf>public interface class IParsable
public interface IParsable<TSelf> where TSelf : IParsable<TSelf>
type IParsable<'Self (requires 'Self :> IParsable<'Self>)> = interface
Public Interface IParsable(Of TSelf)

Paramètres de type

TSelf

Type qui implémente cette interface.

Dérivé

Méthodes

Parse(String, IFormatProvider)

Analyse une chaîne dans une valeur.

TryParse(String, IFormatProvider, TSelf)

Tente d’analyser une chaîne dans une valeur.

S’applique à