System::BoxedValueBase::ToString método

BoxedValueBase::ToString() const method

Análogo al método C# Object.ToString(). Permite convertir objetos personalizados a cadena.

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

ReturnValue

String representation as provided by final class.

Ver también

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

Convierte el objeto empaquetado a cadena usando la cadena de formato especificada.

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

Ver también