System::BoxedValueBase::ToString Methode
BoxedValueBase::ToString() const method
Analogie zur C# Object.ToString()-Methode. Ermöglicht die Umwandlung benutzerdefinierter Objekte in einen String.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
Siehe auch
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Font for C++
BoxedValueBase::ToString(const System::String&) const method
Konvertiert das verpackte Objekt in einen String unter Verwendung der angegebenen Formatzeichenkette.
System::String System::BoxedValueBase::ToString(const System::String &format) const
Siehe auch
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Font for C++