IConverter<TValue,TSurrogate> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fonctionnalité de conversion entre deux types.
public interface IConverter<TValue,TSurrogate> where TSurrogate : struct
type IConverter<'Value, 'Surrogate (requires 'Surrogate : struct)> = interface
Public Interface IConverter(Of TValue, TSurrogate)
Paramètres de type
- TValue
- TSurrogate
Méthodes
ConvertFromSurrogate(TSurrogate) |
Convertit une valeur de substitution en type valeur. |
ConvertToSurrogate(TValue) |
Convertit une valeur en type valeur. |