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