IConverter<TValue,TSurrogate> Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |