XmpValue.ToString

ToString()

Returns string representation of XmpValue.

public override string ToString()

Return Value

String representation.

See Also


ToString(IFormatProvider)

Returns string representation.

public string ToString(IFormatProvider formatProvider)
ParameterTypeDescription
formatProviderIFormatProviderFormat provider.

Return Value

String representation.

See Also