Compartilhar via


ITypeConverter Interface

Definição

Converte entre Type representações e String .

public interface ITypeConverter
type ITypeConverter = interface
Public Interface ITypeConverter

Métodos

TryFormat(Type, String)

Formata o tipo fornecido como uma cadeia de caracteres.

TryParse(String, Type)

Analisa o tipo fornecido.

Aplica-se a