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




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

    Parameters

    value
    String value.

    Return Value

    New instance of the ImGearXMPString class object.
    Remarks
    This constructor creates and initializes an instance of ImGearXMPString class by using a string value.
    See Also