XmpValue.op_Implicit
Innehåll
[
Dölj
]implicit operator
Konverterar sträng till XmpValue.
public static implicit operator XmpValue(string value)
Parameter | Typ | Beskrivning |
---|---|---|
value | String | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page
implicit operator
Konverterar heltal till XmpValue.
public static implicit operator XmpValue(int value)
Parameter | Typ | Beskrivning |
---|---|---|
value | Int32 | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page
implicit operator
Konverterar dubbelt till XmpValue.
public static implicit operator XmpValue(double value)
Parameter | Typ | Beskrivning |
---|---|---|
value | Double | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page
implicit operator
Konverterar DateTime till XmpValue.
public static implicit operator XmpValue(DateTime value)
Parameter | Typ | Beskrivning |
---|---|---|
value | DateTime | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page
implicit operator
Konverterar array till XmpValue.
public static implicit operator XmpValue(object[] value)
Parameter | Typ | Beskrivning |
---|---|---|
value | Object[] | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page