[]
        
(Showing Draft Content)

C1.Android.Core.IValueConverter

IValueConverter Interface

Converts a value into a specified type.

Namespace: C1.Android.Core
Assembly: C1.Android.Core.dll
Syntax
public interface IValueConverter
Public Interface IValueConverter

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Converts the specified value.

ConvertBack(object, Type, object, CultureInfo)

Converts back to the source type.