[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Data.IValueConverter

IValueConverter Interface

Provides a way to apply custom logic to a binding.

Namespace: GrapeCity.Spreadsheet.Data
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IValueConverter
Public Interface IValueConverter

Methods

Name Description
Convert(object, Type, object)

Converts a value.

ConvertBack(object, Type, object)