BidirectionalTypeConverter.ConvertBack(Object) Method

Definition

Does a conversion from the target type back to the source type.

[Android.Runtime.Register("convertBack", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetConvertBack_Ljava_lang_Object_Handler")]
public abstract Java.Lang.Object? ConvertBack (Java.Lang.Object? value);
[<Android.Runtime.Register("convertBack", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetConvertBack_Ljava_lang_Object_Handler")>]
abstract member ConvertBack : Java.Lang.Object -> Java.Lang.Object

Parameters

value
Object

The Object to convert.

Returns

Object

A value of type T, converted from <code>value</code>.

Attributes

Remarks

Java documentation for android.animation.BidirectionalTypeConverter.convertBack(V).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to