[]
        
(Showing Draft Content)

C1.Mac.Core.IValueConverter

IValueConverter Interface

Converts a value into a specified type.

Namespace: C1.Mac.Core
Assembly: C1.Mac.DataCollection.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.