DicomObjects.NET Core Documentation
DicomObjects.UIDs Namespace / UID Class / Parse Method



In This Topic
    Parse Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal Value As String, _
       ByRef Name As String _
    ) As UID
    'Usage
     
    
    Dim Value As String
    Dim Name As String
    Dim value As UID
     
    value = UID.Parse(Value, Name)
    public static UID Parse( 
       string Value,
       out string Name
    )
    public:
    static UID^ Parse( 
       String^ Value,
       [Out] String^ Name
    ) 

    Parameters

    Value
    Name
    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