Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPropertyValueConverter - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IPropertyValueConverter

    Represents the interface to provide the method for converting the value.

    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public interface IPropertyValueConverter

    Methods

    Convert(Object)

    Converts a value to type which is compatible for specific editor.

    Declaration
    object Convert(object value)
    Parameters
    Type Name Description
    System.Object value

    the value.

    Returns
    Type Description
    System.Object

    converted value.

    ConvertBack(Object)

    Converts a value to underlying type.

    Declaration
    object ConvertBack(object value)
    Parameters
    Type Name Description
    System.Object value

    the value.

    Returns
    Type Description
    System.Object

    converted value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved