XmpValue.op_Implicit
İçindekiler
[
Saklamak
]implicit operator
Dizeyi XmpValue. değerine dönüştürür
public static implicit operator XmpValue(string value)
Parametre | Tip | Tanım |
---|---|---|
value | String | Dönüştürülecek değer. |
Geri dönüş değeri
XmlValue.
Ayrıca bakınız
- class XmpValue
- ad alanı Aspose.Page.EPS.XMP
- toplantı Aspose.Page
implicit operator
Tamsayıyı XmpValue. ‘ye dönüştürür
public static implicit operator XmpValue(int value)
Parametre | Tip | Tanım |
---|---|---|
value | Int32 | Dönüştürülecek değer. |
Geri dönüş değeri
XmlValue.
Ayrıca bakınız
- class XmpValue
- ad alanı Aspose.Page.EPS.XMP
- toplantı Aspose.Page
implicit operator
Double’ı XmpValue. ‘ye dönüştürür
public static implicit operator XmpValue(double value)
Parametre | Tip | Tanım |
---|---|---|
value | Double | Dönüştürülecek değer. |
Geri dönüş değeri
XmlValue.
Ayrıca bakınız
- class XmpValue
- ad alanı Aspose.Page.EPS.XMP
- toplantı Aspose.Page
implicit operator
DateTime’ı XmpValue. biçimine dönüştürür
public static implicit operator XmpValue(DateTime value)
Parametre | Tip | Tanım |
---|---|---|
value | DateTime | Dönüştürülecek değer. |
Geri dönüş değeri
XmlValue.
Ayrıca bakınız
- class XmpValue
- ad alanı Aspose.Page.EPS.XMP
- toplantı Aspose.Page
implicit operator
Diziyi XmpValue. değerine dönüştürür
public static implicit operator XmpValue(object[] value)
Parametre | Tip | Tanım |
---|---|---|
value | Object[] | Dönüştürülecek değer. |
Geri dönüş değeri
XmlValue.
Ayrıca bakınız
- class XmpValue
- ad alanı Aspose.Page.EPS.XMP
- toplantı Aspose.Page