Convert Method
Definition
Namespace: Avalonia.Dialogs.Internal
Assembly: Avalonia.Dialogs (in Avalonia.Dialogs.dll)
- C#
- VB
- F#
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
Parameters
Return Value
ObjectImplements
IValueConverter.Convert(Object, Type, Object, CultureInfo)See Also
Reference
ResourceSelectorConverter Class
Avalonia.Dialogs.Internal Namespace