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