Definition
Namespace:Telerik.Maui.Controls.Compatibility.Common.Android
Assembly:Telerik.Maui.Controls.Compatibility.dll
Type Parameters:
T
S
Syntax:
C#
public class TypeConverterBase<T, S> : ITypeConverter, ITypeConverter<Object> where S : ConvertibleObject<T>
Inheritance: objectTypeConverterBase<T, S>
Implements:
Constructors
C#
public TypeConverterBase()
Methods
Convert(object)
Object
Converts a source object to the native type.
C#
public Object Convert(object obj)
Object
The converted object of type T.
Implements:
Converts a native object back to its source representation.
C#
public object ConvertBack(Object obj)
The converted source object.
Implements: