News:

MyKidsDiary.in :: Capture your kids magical moment and create your Online Private Diary for your kids

Main Menu

Data Types

Started by sukishan, Sep 04, 2009, 03:49 PM

Previous topic - Next topic

sukishan

Data Types
how the Visual J# types map to the corresponding .NET Framework types.

Visual J# Data Types
Visual J# Type                                             Corresponding .NET Framework Type                         

boolean                                                             System.Boolean

byte                                                                  System.Byte, System.SByte

char                                                                  System.Char

double, float                                                      System.Double, System.Single

short, int, long                                                   System.Int16, System.Int32, System.Int64

Object                                                              System.Object

String                                                              System.String
A good beginning makes a good ending