Метод System::BoxedValueBase::ToString
BoxedValueBase::ToString() const method
Аналог метода C# Object.ToString(). Позволяет преобразовывать пользовательские объекты в строку.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
См. также
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.PDF for C++
BoxedValueBase::ToString(const System::String&) const method
Преобразует упакованный объект в строку, используя указанный форматный шаблон.
System::String System::BoxedValueBase::ToString(const System::String &format) const
См. также
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.PDF for C++