Compartir a través de


IConverter<TValue,TSurrogate> Interfaz

Definición

Funcionalidad para convertir entre dos 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)

Convierte un valor suplente en el tipo de valor.

ConvertToSurrogate(TValue)

Convierte un valor en el tipo de valor.

Se aplica a