1. | Format an enumeration | |  |
2. | Use String.Format() to format a value | |  |
3. | A closer look at Format() | |  |
4. | Use ToString() to format values | |  |
5. | Using custom formats | |  |
6. | Numeric Formatting:Custom Format Strings:Decimal Point | |  |
7. | Numeric Formatting:Custom Format Strings:Digit or Space Placeholder | |  |
8. | Numeric Formatting:Custom Format Strings:Digit or Zero Placeholder | |  |
9. | Numeric Formatting:Custom Format Strings:Escapes and Literals | |  |
|
10. | Numeric Formatting:Custom Format Strings:Exponential Notation | |  |
11. | Numeric Formatting:Custom Format Strings:Group Separator | |  |
12. | Numeric Formatting:Custom Format Strings:Number Prescaler | |  |
13. | Numeric Formatting:Custom Format Strings:Percent Notation | |  |
14. | Numeric Formatting:Custom Format Strings:Section Separator | |  |
15. | Numeric Formatting:Standard Format Strings:Currency | |  |
16. | Numeric Formatting:Standard Format Strings:Decimal | |  |
17. | Numeric Formatting:Standard Format Strings:Fixed-Point | |  |
18. | Numeric Formatting:Standard Format Strings:General | |  |
19. | Numeric Formatting:Standard Format Strings:Hexadecimal | |  |
20. | Numeric Formatting:Standard Format Strings:Number | |  |
21. | Numeric Formatting:Standard Format Strings:Scientific (Exponential) | |  |
22. | Illustrates formatting numbers | |  |