Conceitos básicos: C

From AdonaiMedrado.Pro.Br
Revision as of 12:48, 2 April 2009 by Adonaimedrado (Talk | contribs) (New page: == Tipos Básicos <ref>http://msdn.microsoft.com/en-us/library/ya5y69ds.aspx</ref> == <code lang="csharp"> bool (System.Boolean). byte (System.Byte). sbyte (System.SByte). char (System.Ch...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Tipos Básicos [1]

bool (System.Boolean).
byte (System.Byte).
sbyte (System.SByte).
char (System.Char).
decimal (System.Decimal).
double (System.Double).
float (System.Single).
int (System.Int32).
uint (System.UInt32).
long (System.Int64).
ulong (System.UInt64).
object (System.Object).
short (System.Int16).
ushort (System.UInt16).
string (System.String).

Referências

  1. http://msdn.microsoft.com/en-us/library/ya5y69ds.aspx