asp.net.ph

Convert.ToDecimal Method

System Namespace   Convert Class


Converts a specified value to a Decimal number.

Overload List

1. Converts the value of a given Boolean to an equivalent Decimal number.

2. Converts the value of a given 8-bit unsigned integer to an equivalent Decimal number.

3. Calling this method always throws InvalidCastException.

4. Calling this method always throws InvalidCastException.

5. Returns the specified Decimal number; no actual conversion is performed.

6. Converts the value of a given double-precision floating point number to an equivalent Decimal number.

7. Converts the value of a given 16-bit signed integer to an equivalent Decimal number.

8. Converts the value of a given 32-bit signed integer to an equivalent Decimal number.

9. Converts the value of a given 64-bit signed integer to an equivalent Decimal number.

10. Converts the value of a given Object to a Decimal number.

11. Converts the value of a given 8-bit signed integer to an equivalent Decimal number. This method is not CLS-compliant.

12. Converts the value of a given single-precision floating point number to an equivalent Decimal number.

13. Converts the specified String representation of a number to an equivalent Decimal number.

14. Converts the value of a given 16-bit unsigned integer to an equivalent Decimal number. This method is not CLS-compliant.

15. Converts the value of a given 32-bit unsigned integer to an equivalent Decimal number. This method is not CLS-compliant.

16. Converts the value of a given 64-bit unsigned integer to an equivalent Decimal number. This method is not CLS-compliant.

17. Converts the value of a given Object to an Decimal number using the specified culture-specific formatting information.

18. Converts the specified String representation of a number to an equivalent Decimal number using the specified culture-specific formatting information.


See Also

Convert Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph