'Declaration
Protected Function GetDataConverter(Of T)() As IDataConverter(Of T)
'Usage
Dim instance As PdfExportContext Dim value As IDataConverter(Of T) value = instance.GetDataConverter(Of T)()
protected IDataConverter<T> GetDataConverter<T>()
Type Parameters
- T
- Represents the type of data to convert.
Return Value
An GrapeCity.Spreadsheet.IO.OpenXml.IDataConverter<T> value represents the data converter.