Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / IValueConverter<T> Interface
The type to convert to.
Members


In This Topic
    IValueConverter<T> Interface
    In This Topic
    Provides a way to apply custom logic to a binding.
    Syntax
    'Declaration
     
    
    Public Interface IValueConverter(Of T) 
       Inherits IValueConverter 
    'Usage
     
    
    Dim instance As IValueConverter(Of T)
    public interface IValueConverter<T> : IValueConverter  
    Type Parameters
    T
    The type to convert to.
    See Also