[]
        
(Showing Draft Content)

C1.iOS.Core.IValueConverter

IValueConverter Interface

Converts a value into a specified type.

Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public interface IValueConverter

Methods

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

Converts the specified value.

ConvertBack(object, Type, object, string)

Converts back to the source type.