IParsable<TSelf> Interface

Definição

Define um mecanismo para analisar uma cadeia para um valor.

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)

Parâmetros de Tipo Genérico

TSelf

O tipo que implementa esta interface.

Derivado

Métodos

Name Description
Parse(String, IFormatProvider)

Transforma uma cadeia num valor.

TryParse(String, IFormatProvider, TSelf)

Tenta analisar uma cadeia num valor.

Aplica-se a