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

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