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

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