http://www.schoolfreeware.com
This tutorial takes the form from Tutorial 3 and performs calculations with a few variables. Several techniques are shown.
The list of data types can be found here: http://msdn.microsoft.com/en-us/library/47zceaw7.aspx
Because the integers, double (floating point) and strings are not compatible, the data must be converted into the data type that the program is expecting.
CInt - Convert To Integer
CDbl- Convert To Double
CStr - Convert To String
[Variable Name].ToString - Convert To String
Download
0 formats
No download links available.
Visual Studio Express 2012 For Web Tutorial 4 Variables Data Types And Conversions | NatokHD