Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLength Structure / Parse Method


In This Topic
    Parse Method (NLength)
    In This Topic
    Converts the string representation of a number to its NLength equivalent.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByRef s As System.String, _
       ByVal measurementSystemManager As NMeasurementSystemManager _
    ) As NLength
    'Usage
     
    
    Dim s As System.String
    Dim measurementSystemManager As NMeasurementSystemManager
    Dim value As NLength
     
    value = NLength.Parse(s, measurementSystemManager)
    public static NLength Parse( 
       ref System.string s,
       NMeasurementSystemManager measurementSystemManager
    )

    Parameters

    s
    measurementSystemManager
    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