Hi I was just wondering, what is the difference between declaring a byte variable and a Byte variable.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Guest UserPosted May 1, 2008, 4:59 AM
Blocked AccountPosted May 1, 2008, 4:55 AM
Hi,
C# defines a number of aliases for CLR types. They may be used interchangably, and even mixed together. CLR type is System.Byte and its Alias is byte.
Happy Coding!!