Interface IPropertyConverter
Namespace: Telerik.XamarinForms.Common.DataAnnotations
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public interface IPropertyConverter
Methods
Convert(Object)
Declaration
object Convert(object value)
Parameters
System.Object
value
|
Returns
System.Object
|
ConvertBack(Object)
Declaration
object ConvertBack(object value)
Parameters
System.Object
value
|
Returns
System.Object
|