A console app with different ways to parse and convert data types.
Parsing examples include:
- Strings to Integers
- Strings to doubles
- Doubles to Integers
- Strings to DateTime
- Strings and Boolean Value
- Integers and Booleans
- Make sure you have Visual Studio installed.
- Navigate to the DataTypes folder.
- Click on DataTypes.sln to open the solution.