System::BoxedValueBase::ToString metodo
BoxedValueBase::ToString() const method
Analogo al metodo C# Object.ToString(). Consente la conversione di oggetti personalizzati in stringa.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
Vedi anche
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Font for C++
BoxedValueBase::ToString(const System::String&) const method
Converte l’oggetto incapsulato in stringa usando la stringa di formato specificata.
System::String System::BoxedValueBase::ToString(const System::String &format) const
Vedi anche
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Font for C++