[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Data.IValueConverter-1

IValueConverter<T> Interface

Provides a way to apply custom logic to a binding.

Namespace: GrapeCity.Spreadsheet.Data
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IValueConverter<T> : IValueConverter
Public Interface IValueConverter(Of T)
    Inherits IValueConverter
Type Parameters
Name Description
T

The type to convert to.

Methods

Name Description
Convert(object, object)

Converts a value.

ConvertBack<T2>(T, object)

Converts a value.