System::BoxedValueBase::ToString‑metod
BoxedValueBase::ToString() const method
Analog till C# Object.ToString() metod. Gör det möjligt att konvertera anpassade objekt till sträng.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
Se även
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Page for C++
BoxedValueBase::ToString(const System::String&) const method
Konverterar det inneslutna objektet till en sträng med angiven formatsträng.
System::String System::BoxedValueBase::ToString(const System::String &format) const
Se även
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Page for C++