Partilhar via


IConverter<TValue,TSurrogate> Interface

Definição

Funcionalidade para conversão entre dois tipos.

public interface IConverter<TValue,TSurrogate> where TSurrogate : struct
type IConverter<'Value, 'Surrogate (requires 'Surrogate : struct)> = interface
Public Interface IConverter(Of TValue, TSurrogate)

Parâmetros de tipo

TValue
TSurrogate

Métodos

ConvertFromSurrogate(TSurrogate)

Converte um valor alternativo para o tipo de valor.

ConvertToSurrogate(TValue)

Converte um valor no tipo de valor.

Aplica-se a