IConverter<TValue,TSurrogate> Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |