CoreStrings.ConverterBadType(Object, Object, Object) Method

Definition

The value converter '{converter}' cannot be used with type '{type}'. This converter can only be used with {allowed}.

public static string ConverterBadType (object converter, object type, object allowed);
public static string ConverterBadType (object? converter, object? type, object? allowed);
static member ConverterBadType : obj * obj * obj -> string
Public Shared Function ConverterBadType (converter As Object, type As Object, allowed As Object) As String

Parameters

converter
Object
type
Object
allowed
Object

Returns

Applies to