System::Decimal::ToString metodo

Decimal::ToString() const method

Restituisce la rappresentazione stringa del valore rappresentato dall’oggetto.

String System::Decimal::ToString() const

Vedi anche

Decimal::ToString(const Decimal&, std::nullptr_t) const method

String System::Decimal::ToString(const Decimal &value, std::nullptr_t) const

Vedi anche

Decimal::ToString(const SharedPtr<Globalization::CultureInfo>&) const method

String System::Decimal::ToString(const SharedPtr<Globalization::CultureInfo> &culture) const

Vedi anche

Decimal::ToString(const SharedPtr<Globalization::NumberFormatInfo>&) const method

String System::Decimal::ToString(const SharedPtr<Globalization::NumberFormatInfo> &nfi) const

Vedi anche

Decimal::ToString(const SharedPtr<IFormatProvider>&) const method

Converte l’oggetto corrente in stringa utilizzando le informazioni di formattazione specifiche della cultura.

String System::Decimal::ToString(const SharedPtr<IFormatProvider> &provider) const
ParametroTipoDescrizione
providerconst SharedPtr<IFormatProvider>&L’oggetto IFormatProvider che fornisce le informazioni di formattazione specifiche per la cultura.

ReturnValue

La rappresentazione stringa dell’oggetto corrente.

Vedi anche

Decimal::ToString(const String&, const SharedPtr<Globalization::CultureInfo>&) const method

String System::Decimal::ToString(const String &format, const SharedPtr<Globalization::CultureInfo> &culture) const

Vedi anche

Decimal::ToString(const String&, const SharedPtr<Globalization::NumberFormatInfo>&) const method

String System::Decimal::ToString(const String &format, const SharedPtr<Globalization::NumberFormatInfo> &nfi) const

Vedi anche

Decimal::ToString(const String&, const SharedPtr<IFormatProvider>&) const method

Converte l’oggetto corrente nella sua rappresentazione stringa usando il formato stringa specificato e le informazioni di formattazione specifiche per la cultura fornite dall’oggetto IFormatProvider specificato.

String System::Decimal::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
ParametroTipoDescrizione
formatoconst String&Il formato stringa.
providerconst SharedPtr<IFormatProvider>&L’oggetto IFormatProvider che fornisce le informazioni di formattazione specifiche per la cultura.

ReturnValue

La rappresentazione stringa dell’oggetto corrente.

Vedi anche

Decimal::ToString(const String&, std::nullptr_t) const method

String System::Decimal::ToString(const String &format, std::nullptr_t=nullptr) const

Vedi anche