System::Decimal::ToString methode

Decimal::ToString() const method

Retourneert de tekenreeksrepresentatie van de door het object gerepresenteerde waarde.

String System::Decimal::ToString() const

Zie ook

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

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

Zie ook

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

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

Zie ook

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

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

Zie ook

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

Converteert het huidige object naar een tekenreeks met behulp van cultuurspecifieke opmaakinformatie.

String System::Decimal::ToString(const SharedPtr<IFormatProvider> &provider) const
ParameterTypeBeschrijving
providerconst SharedPtr<IFormatProvider>&Het IFormatProvider object dat de cultuurspecifieke opmaakinformatie levert.

ReturnValue

De tekenreeksrepresentatie van het huidige object.

Zie ook

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

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

Zie ook

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

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

Zie ook

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

Converteert het huidige object naar zijn tekenreeksrepresentatie met behulp van het opgegeven tekenreeksformaat en de cultuurspecifieke opmaakinformatie die wordt geleverd door het opgegeven IFormatProvider object.

String System::Decimal::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
ParameterTypeBeschrijving
formaatconst String&Het tekenreeksformaat.
providerconst SharedPtr<IFormatProvider>&Het IFormatProvider object dat de cultuurspecifieke opmaakinformatie levert.

ReturnValue

De tekenreeksrepresentatie van het huidige object.

Zie ook

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

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

Zie ook