XmpValue.op_Implicit

implicit operator

Converts the value to a string.

public static implicit operator string(XmpValue value)
ParameterTypeDescription
valueXmpValueThe string value.

Return Value

String.

See Also


implicit operator

Converts the value to an XmpValue entry.

public static implicit operator XmpValue(string value)
ParameterTypeDescription
valueStringThe string value.

Return Value

XmpValue.

See Also