op_Explicit

explicit operator

将 XmpValue 转换为数组。

public static explicit operator XmpValue[](XmpValue value)
范围类型描述
valueXmpValue要转换的值。

返回值

Xml 值。

也可以看看


explicit operator

将 XmpValue 转换为数组。

public static explicit operator object[](XmpValue value)
范围类型描述
valueXmpValue要转换的值。

返回值

Xml 值。

也可以看看


explicit operator

将 XmpValue 转换为字符串。

public static explicit operator string(XmpValue value)
范围类型描述
valueXmpValue要转换的值。

返回值

Xml 值。

也可以看看


explicit operator

将 XmpValue 转换为命名值。

public static explicit operator KeyValuePair<string, XmpValue>(XmpValue value)
范围类型描述
valueXmpValue要转换的值。

返回值

Xml 值。

也可以看看


explicit operator

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

也可以看看