IParsable<TSelf> Interfaccia

Definizione

Definisce un meccanismo per l'analisi di una stringa in un valore.

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)

Parametri di tipo

TSelf

Tipo che implementa questa interfaccia.

Derivato

Metodi

Parse(String, IFormatProvider)

Analizza una stringa in un valore.

TryParse(String, IFormatProvider, TSelf)

Prova a analizzare una stringa in un valore.

Si applica a