Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Convert.ToDecimal Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Converts a specified value to a Decimal number.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Boolean) | Converts the value of the specified Boolean value to the equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Char) | Calling this method always throws InvalidCastException. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(DateTime) | Calling this method always throws InvalidCastException. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Decimal) | Returns the specified Decimal number; no actual conversion is performed. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Double) | Converts the value of the specified double-precision floating point number to an equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Object) | Converts the value of the specified Object to a Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Single) | Converts the value of the specified single-precision floating point number to the equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(String) | Converts the specified String representation of a number to an equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent Decimal number. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(Object, IFormatProvider) | Converts the value of the specified Object to an Decimal number using the specified culture-specific formatting information. |
| Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 | ToDecimal(String, IFormatProvider) | Converts the specified String representation of a number to an equivalent Decimal number using the specified culture-specific formatting information. |
Top