| 1. | double format: padding zeros | | |
| 2. | double format: padding zeros and Culture sensitive | | |
| 3. | double format: decimal points padding | | |
| 4. | format double by specified culture | | |
| 5. | Custom double value format | | |
| 6. | format double value with decimal | | |
| 7. | double value to string with # | | |
| 8. | double value to string with #,##0,, | | |
| 9. | double value to percentage | | |
|
| 10. | Adding unicode format string to the result | | |
| 11. | double value to exponential formal | | |
| 12. | Escape the format specifiers | | |
| 13. | Condition based format | | |
| 14. | Convert double value to a phone number like format | | |
| 15. | Adding custom string to the format | | |
| 16. | Exponential double value literal | | |
| 17. | Parse string to double value | | |
| 18. | Standard format: C | | |
| 19. | Standard format: E04 | | |
| 20. | Standard format: F | | |
| 21. | Standard format: N | | |
| 22. | Standard format: P | | |
| 23. | Converts double to string with ToString method | | |
| 24. | Parse console input value to double | | |
| 25. | Format integer: X | | |
| 26. | DateTime format: D | | |
| 27. | DateTime format: %M | | |
| 28. | decimal format: C3 | | |
| 29. | Format a double value to currency and control the width | | |
| 30. | Format integer with D | | |
| 31. | Format double with E: exponential | | |
| 32. | Format integer with float points | | |
| 33. | Format double with decimal points: F | | |
| 34. | Format double with generla form and culture specific: G | | |
| 35. | Format double value with N and specific culture | | |
| 36. | Format double value to its percentage form | | |
| 37. | Format double value: r | | |
| 38. | Format integer: X, X8, X2 | | |
| 39. | Convert double to string using the culture-specific format information. | | |
| 40. | Convert double type value in exponential form to string using the culture-specific format information. | | |
| 41. | Converts double to string using the specified format. | | |
| 42. | Converts double to string using the specified format and culture-specific format information. | | |
| 43. | Custom number format: 0000 | | |
| 44. | Custom number format: 0.00, 00.00 | | |
| 45. | Custome number format: #,# | | |
| 46. | Custom number format: #.## (1) | | |
| 47. | Custom format: ##### | | |
| 48. | Custom number format: [##-##-##] (2) | | |
| 49. | Custom number format: (###) ###-#### (3) | | |
| 50. | Custom number format: #0.##%, 0.###E+0 | | |
| 51. | Custom number format: #,##0 | | |
| 52. | Custom number format: #,,, (4) | | |
| 53. | Custom number format: #0.##% (5) | | |
| 54. | Custom number format: dollar notation | | |
| 55. | Custom number format:0.###E-000 | | |
| 56. | Custom number format: escape # (6) | | |
| 57. | Custom number format: escape \ | | |
| 58. | Custom number format:My Number = # | | |
| 59. | Custom number format: ##;(##);**AAA** | | |
| 60. | Use standard numeric format specifiers to format double value | | |