Método ToString de Aspose::Pdf::XmpValue

XmpValue::ToString() const method

Devuelve la representación en cadena de XmpValue.

System::String Aspose::Pdf::XmpValue::ToString() const override

ReturnValue

Representación en cadena.

Ver también

XmpValue::ToString(const System::SharedPtr<System::IFormatProvider>&) method

Devuelve la representación en cadena.

System::String Aspose::Pdf::XmpValue::ToString(const System::SharedPtr<System::IFormatProvider> &formatProvider)
ParámetroTipoDescripción
formatProviderconst System::SharedPtr<System::IFormatProvider>&Proveedor de formato.

ReturnValue

Representación en cadena.

Ver también