Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportContext Class / GetDataConverter<T> Method
Represents the type of data to convert.


In This Topic
    GetDataConverter<T> Method
    In This Topic
    Gets the data converter which convert custom data in extensible object to OpenXML-compatible data.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetDataConverter(Of T)() As IDataConverter(Of T)
    'Usage
     
    
    Dim instance As ExportContext
    Dim value As IDataConverter(Of T)
     
    value = instance.GetDataConverter(Of T)()
    protected virtual IDataConverter<T> GetDataConverter<T>()

    Type Parameters

    T
    Represents the type of data to convert.

    Return Value

    An IDataConverter<T> value represents the data converter.
    See Also