IParsable<TSelf> Interfejs

Definicja

Definiuje mechanizm analizowania ciągu do wartości.

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)

Parametry typu

TSelf

Typ, który implementuje ten interfejs.

Pochodne

Metody

Parse(String, IFormatProvider)

Analizuje ciąg w wartości.

TryParse(String, IFormatProvider, TSelf)

Próbuje przeanalizować ciąg w wartości.

Dotyczy