TypeConverter.Convert(Object) Method

Definition

Converts a value from one type to another.

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

Parameters

value
Object

The Object to convert.

Returns

A value of type V, converted from value.

Attributes

Remarks

Converts a value from one type to another.

Java documentation for android.animation.TypeConverter.convert(T).

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