System Namespace Convert Class
Converts the specified value to its equivalent String representation.
1. Converts the value of a given Boolean to its equivalent String representation.
2. Converts the value of a given 8-bit unsigned integer to its equivalent String representation.
3. Converts the value of a given Unicode character to its equivalent String representation.
4. Converts the value of a given DateTime to its equivalent String representation.
5. Converts the value of a given Decimal number to its equivalent String representation.
6. Converts the value of a given double-precision floating point number to its equivalent String representation.
7. Converts the value of a given 16-bit signed integer to its equivalent String representation.
8. Converts the value of a given 32-bit signed integer to its equivalent String representation.
9. Converts the value of a given 64-bit signed integer to its equivalent String representation.
10. Converts the value of a given Object to its String representation.
11. Converts the value of a given 8-bit signed integer to its equivalent String representation. This method is not CLS-compliant.
12. Converts the value of a given single-precision floating point number to its equivalent String representation.
13. Returns the specified instance of String; no actual conversion is performed.
14. Converts the value of a given 16-bit unsigned integer to its equivalent String representation. This method is not CLS-compliant.
15. Converts the value of a given 32-bit unsigned integer to its equivalent String representation. This method is not CLS-compliant.
16. Converts the value of a given 64-bit unsigned integer to its equivalent String representation. This method is not CLS-compliant.
17. Converts the value of a given Boolean to its equivalent String representation.
18. Converts the value of a given 8-bit unsigned integer to its equivalent String representation.
19. Converts the value of an 8-bit unsigned integer to its equivalent String representation in a specified base.
20. Converts the value of a given Unicode character to its equivalent String representation.
21. Converts the value of a given DateTime to its equivalent String representation.
22. Converts the value of a given Decimal number to its equivalent String representation.
23. Converts the value of a given double-precision floating point number to its equivalent String representation.
24. Converts the value of a given 16-bit signed integer to its equivalent String representation.
25. Converts the value of a 16-bit signed integer to its equivalent String representation in a specified base.
26. Converts the value of a given 32-bit signed integer to its equivalent String representation.
27. Converts the value of a 32-bit signed integer to its equivalent String representation in a specified base.
28. Converts the value of a given 64-bit signed integer to its equivalent String representation.
29. Converts the value of a 64-bit signed integer to its equivalent String representation in a specified base.
30. Converts the value of a given Object to its equivalent String representation using the specified culture-specific formatting information.
31. Converts the value of a given 8-bit signed integer to its equivalent String representation. This method is not CLS-compliant.
32. Converts the value of a given single-precision floating point number to its equivalent String representation.
33. Returns the specified instance of String; no actual conversion is performed.
34. Converts the value of a given 16-bit unsigned integer to its equivalent String representation. This method is not CLS-compliant.
35. Converts the value of a given 32-bit unsigned integer to its equivalent String representation. This method is not CLS-compliant.
36. Converts the value of a given 64-bit unsigned integer to its equivalent String representation. This method is not CLS-compliant.
Inherited from Object.
Convert Members