Partager via


CoreStrings.BadValueConverterType(Object, Object) Méthode

Définition

Le type « {givenType} » ne peut pas être utilisé comme convertisseur de valeurs, car il n’hérite pas de « {expectedType} ». Veillez à hériter des convertisseurs de valeurs de « {expectedType} ».

public static string BadValueConverterType (object? givenType, object? expectedType);
static member BadValueConverterType : obj * obj -> string
Public Shared Function BadValueConverterType (givenType As Object, expectedType As Object) As String

Paramètres

givenType
Object
expectedType
Object

Retours

S’applique à