ResourceSelectorConverterConvert Method
Namespace: Avalonia.Dialogs.InternalAssembly: Avalonia.Dialogs (in Avalonia.Dialogs.dll) Version: 11.3.999
public Object? Convert(
Object? key,
Type targetType,
Object? parameter,
CultureInfo culture
)
Public Function Convert (
key As Object,
targetType As Type,
parameter As Object,
culture As CultureInfo
) As Object
abstract Convert :
key : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
override Convert :
key : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
- key Object
-
- targetType Type
-
- parameter Object
-
- culture CultureInfo
-
ObjectIValueConverterConvert(Object, Type, Object, CultureInfo)