Share via


CoreStrings.BadValueConverterType(Object, Object) Method

Definition

The type '{givenType}' cannot be used as a value converter because it does not inherit from '{expectedType}'. Make sure to inherit value converters from '{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

Parameters

givenType
Object
expectedType
Object

Returns

Applies to