O
OpticTygre
Are there VB.NET equivilents to the 'uint' and 'ulong' keywords as well as
the bitwise compliment operator '~' ?
the bitwise compliment operator '~' ?
Are there VB.NET equivilents to the 'uint' and 'ulong' keywords as well as
the bitwise compliment operator '~' ?
Heh...so much for the "Common" language runtime. And programmer's choice.
lol. Oh well. I suppose Int64 could handle values needed by uint and ulong.
OpticTygre said:Speaking of which, is there an announced release date on VS 2005 yet?
Will it actually be in 2005?)
Tom said:Currently VB.NET does no support unsigned values. The ~ operator is
Not. Not is a bitwise operator in VB.NET.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.