ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPIdentifier Class / ImGearBasicXMPIdentifier Constructor / ImGearBasicXMPIdentifier Constructor(String)
String value.




In This Topic
    ImGearBasicXMPIdentifier Constructor(String)
    In This Topic
    Initializes a new instance of the ImGearBasicXMPIdentifier class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As String _
    )
    'Usage
     
    Dim value As String
     
    Dim instance As New ImGearBasicXMPIdentifier(value)
    public ImGearBasicXMPIdentifier( 
       string value
    )
    public: ImGearBasicXMPIdentifier( 
       string* value
    )
    public:
    ImGearBasicXMPIdentifier( 
       String^ value
    )

    Parameters

    value
    String value.

    Return Value

    New instance of ImGearBasicXMPIdentifier class object.
    Remarks
    This constructor creates and initializes an instance of ImGearBasicXMPIdentifier class, using a string value.
    See Also