XmpValue.op_Implicit
Contenido
[
Ocultar
]implicit operator
Convierte la cadena a XmpValue.
public static implicit operator XmpValue(string value)
| Parámetro | Escribe | Descripción |
|---|---|---|
| value | String | Valor a convertir. |
Valor_devuelto
ValorXml.
Ver también
- class XmpValue
- espacio de nombres Aspose.Page.EPS.XMP
- asamblea Aspose.Page
implicit operator
Convierte un entero en XmpValue.
public static implicit operator XmpValue(int value)
| Parámetro | Escribe | Descripción |
|---|---|---|
| value | Int32 | Valor a convertir. |
Valor_devuelto
ValorXml.
Ver también
- class XmpValue
- espacio de nombres Aspose.Page.EPS.XMP
- asamblea Aspose.Page
implicit operator
Convierte el doble en XmpValue.
public static implicit operator XmpValue(double value)
| Parámetro | Escribe | Descripción |
|---|---|---|
| value | Double | Valor a convertir. |
Valor_devuelto
ValorXml.
Ver también
- class XmpValue
- espacio de nombres Aspose.Page.EPS.XMP
- asamblea Aspose.Page
implicit operator
Convierte DateTime en XmpValue.
public static implicit operator XmpValue(DateTime value)
| Parámetro | Escribe | Descripción |
|---|---|---|
| value | DateTime | Valor a convertir. |
Valor_devuelto
ValorXml.
Ver también
- class XmpValue
- espacio de nombres Aspose.Page.EPS.XMP
- asamblea Aspose.Page
implicit operator
Convierte la matriz en XmpValue.
public static implicit operator XmpValue(object[] value)
| Parámetro | Escribe | Descripción |
|---|---|---|
| value | Object[] | Valor a convertir. |
Valor_devuelto
ValorXml.
Ver también
- class XmpValue
- espacio de nombres Aspose.Page.EPS.XMP
- asamblea Aspose.Page