|
Visual C# 2005: Formatting and Conversion, describes how to format information for output. This course also covers how to convert information among different data types and define implicit and explicit conversion operators to streamline that process.
Objectives:
- Use the formatting features of C# to control the look of your output.
- Use the methods of the System.Convert class to achieve data type conversions.
- Define your own data type conversions.
Topics:
- Introduction to Formatting
- Padding and Conversion
|