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


In This Topic
    Parse Method (NDecimalCsvColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function Parse( _
       ByVal obj As System.String, _
       ByVal cultureInfo As System.IFormatProvider _
    ) As System.Object
    'Usage
     
    
    Dim instance As NDecimalCsvColumn
    Dim obj As System.String
    Dim cultureInfo As System.IFormatProvider
    Dim value As System.Object
     
    value = instance.Parse(obj, cultureInfo)
    public override 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