ImageGear .NET - Updated
ImGearXMPString Constructor(String)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPString Class > ImGearXMPString Constructor : ImGearXMPString Constructor(String)
String value.
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

Reference

ImGearXMPString Class
ImGearXMPString Members
Overload List