XmpValue.op_Implicit
implicit operator
Converts the value to a string.
public static implicit operator string(XmpValue value)
| Parameter | Type | Description |
|---|---|---|
| value | XmpValue | The string value. |
Return Value
String.
See Also
- struct XmpValue
- namespace Aspose.Imaging.Xmp.Types
- assembly Aspose.Imaging
implicit operator
Converts the value to an XmpValue entry.
public static implicit operator XmpValue(string value)
| Parameter | Type | Description |
|---|---|---|
| value | String | The string value. |
Return Value
See Also
- struct XmpValue
- namespace Aspose.Imaging.Xmp.Types
- assembly Aspose.Imaging