DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / NamePart Class / NamePart Constructor / NamePart Constructor(String)






In This Topic
    NamePart Constructor(String)
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal p As System.String _
    )
    'Usage
     
    
    Dim p As System.String
     
    Dim instance As New NamePart(p)
    public NamePart( 
       System.string p
    )
    public NamePart( 
        p: System.String
    ); 
    public function NamePart( 
       p : System.String
    );
    public: NamePart( 
       System.string* p
    )
    public:
    NamePart( 
       System.String^ p
    )

    Parameters

    p
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also