System::BoxedValueBase::ToString méthode

BoxedValueBase::ToString() const method

Analogue de la méthode C# Object.ToString(). Permet de convertir des objets personnalisés en chaîne.

virtual String System::Object::ToString() const

ReturnValue

String representation as provided by final class.

Voir aussi

BoxedValueBase::ToString(const System::String&) const method

Convertit l’objet encapsulé en chaîne en utilisant la chaîne de format spécifiée.

System::String System::BoxedValueBase::ToString(const System::String &format) const

Voir aussi