Chapter 4. Data Types and Expressions

Every programming task manipulates data. Data can be of different kinds; you will often work with strings, dates and time, numbers, files, and custom data. Each of them is represented by a data type. The .NET Framework 4.5 (but also the Windows Runtime for Windows 8) provides tons of built-in data types and enables developers to easily create their own custom data types. In this chapter you learn how ...

Get Visual Basic® 2012 Unleashed, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.