Nevron .NET Vision
Nevron.Chart.CSVReader Namespace / NCsvColumn Class / Parse Method


In This Topic
    Parse Method (NCsvColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public MustOverride Function Parse( _
       ByVal obj As System.String, _
       ByVal cultureInfo As System.IFormatProvider _
    ) As System.Object
    'Usage
     
    
    Dim instance As NCsvColumn
    Dim obj As System.String
    Dim cultureInfo As System.IFormatProvider
    Dim value As System.Object
     
    value = instance.Parse(obj, cultureInfo)
    public abstract System.object Parse( 
       System.string obj,
       System.IFormatProvider cultureInfo
    )

    Parameters

    obj
    cultureInfo
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also