Поделиться через


CoreStrings.ConverterBadType(Object, Object, Object) Метод

Определение

Преобразователь значений "{converter}" нельзя использовать с типом "{type}". Этот преобразователь можно использовать только с {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

Параметры

converter
Object
type
Object
allowed
Object

Возвращаемое значение

Применяется к