System Namespace Convert Class
Converts a specified value to an equivalent Boolean value.
1. Returns the specified Boolean value; no actual conversion is performed.
2. Converts the value of a given 8-bit unsigned integer to an equivalent Boolean value.
3. Calling this method always throws InvalidCastException.
4. Calling this method always throws InvalidCastException.
5. Converts the value of a given Decimal to an equivalent Boolean value.
6. Converts the value of a given double-precision floating point number to an equivalent Boolean value.
7. Converts the value of a given 16-bit signed integer to an equivalent Boolean value.
8. Converts the value of a given 32-bit signed integer to an equivalent Boolean value.
9. Converts the value of a given 64-bit signed integer to an equivalent Boolean value.
10. Converts the value of a specified Object to an equivalent Boolean value.
11. Converts the value of a given 8-bit signed integer to an equivalent Boolean value. This method is not CLS-compliant.
12. Converts the value of a given single-precision floating point number to an equivalent Boolean value.
13. Converts the specified String representation of a logical value to its Boolean equivalent.
14. Converts the value of a given 16-bit unsigned integer to an equivalent Boolean value. This method is not CLS-compliant.
15. Converts the value of a given 32-bit unsigned integer to an equivalent Boolean value. This method is not CLS-compliant.
16. Converts the value of a given 64-bit unsigned integer to an equivalent Boolean value. This method is not CLS-compliant.
17. Converts the value of a given Object to an equivalent Boolean value using the specified culture-specific formatting information.
18. Converts the specified String representation of a logical value to its Boolean equivalent using the specified culture-specific formatting information.
Convert Members