FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / StreamDataConverter Class / ConvertDataFile Method


In This Topic
    ConvertDataFile Method (StreamDataConverter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public MustOverride Function ConvertDataFile() As List(Of StreamDataPoint)
    'Usage
     
    
    Dim instance As StreamDataConverter
    Dim value As List(Of StreamDataPoint)
     
    value = instance.ConvertDataFile()
    public abstract List<StreamDataPoint> ConvertDataFile()
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also