Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Tuesday, October 14, 2014
Ushort Type C# Example
C#
>
Types
>
ushort
The
ushort
keyword is an integral type.
Range: 0 to 63535
Example
:
byte
k =
63535
;
// ok
k =
63536
;
// Error
Newer Post
Older Post
Home