XmpInteger Constructor (String) |
Initializes a new instance of the
XmpInteger class.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic XmpInteger(
string value
)
Public Sub New (
value As String
)
public:
XmpInteger(
String^ value
)
new :
value : string -> XmpInteger
Parameters
- value
- Type: SystemString
String value contained integer.
ExceptionsException | Condition |
---|
ArgumentNullException | Value could not be null. |
ArgumentException | Invalid string value. |
See Also