IParsable<TSelf> Rozhraní

Definice

Definuje mechanismus pro parsování řetězce na hodnotu.

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, který implementuje toto rozhraní.

Odvozené

Metody

Parse(String, IFormatProvider)

Parsuje řetězec na hodnotu.

TryParse(String, IFormatProvider, TSelf)

Pokusí se parsovat řetězec na hodnotu.

Platí pro