XmpValue.op_Explicit

explicit operator

Converts XmpValue to array.

public static explicit operator XmpValue[](XmpValue value)
ParameterTypeDescription
valueXmpValueValue to convert.

Return Value

XmlValue.

See Also


explicit operator

Converts XmpValue into array.

public static explicit operator object[](XmpValue value)
ParameterTypeDescription
valueXmpValueValue to convert.

Return Value

XmlValue.

See Also


explicit operator

Converts XmpValue into string.

public static explicit operator string(XmpValue value)
ParameterTypeDescription
valueXmpValueValue to convert.

Return Value

XmlValue.

See Also


explicit operator

Converts XmpValue to named value.

public static explicit operator KeyValuePair<string, XmpValue>(XmpValue value)
ParameterTypeDescription
valueXmpValueValue to convert.

Return Value

XmlValue.

See Also


explicit operator

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

See Also