op_Explicit

explicit operator

Konverterar XmpValue till array.

public static explicit operator XmpValue[](XmpValue value)
ParameterTypBeskrivning
valueXmpValueVärde att konvertera.

Returvärde

XmlValue.

Se även


explicit operator

Konverterar XmpValue till array.

public static explicit operator object[](XmpValue value)
ParameterTypBeskrivning
valueXmpValueVärde att konvertera.

Returvärde

XmlValue.

Se även


explicit operator

Konverterar XmpValue till sträng.

public static explicit operator string(XmpValue value)
ParameterTypBeskrivning
valueXmpValueVärde att konvertera.

Returvärde

XmlValue.

Se även


explicit operator

Konverterar XmpValue till namngivet värde.

public static explicit operator KeyValuePair<string, XmpValue>(XmpValue value)
ParameterTypBeskrivning
valueXmpValueVärde att konvertera.

Returvärde

XmlValue.

Se även


explicit operator

public static explicit operator KeyValuePair<string, XmpValue>[](XmpValue value)

Se även