|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Coversion problemI have the following code that was converted from C#
Machine.Shift.Left(data(63), 24) Or Machine.Shift.Left(data(62), 16) Or Machine.Shift.Left(data(61), 8) Or data(60) Of course this doesn't work so how would this line be converted to VB John Hello John,
That line already looks like VB syntax. You'd have to post the oringinal C# code to get a meaningful response. -Boo Show quoteHide quote > I have the following code that was converted from C# > > Machine.Shift.Left(data(63), 24) Or Machine.Shift.Left(data(62), 16) > Or Machine.Shift.Left(data(61), 8) Or data(60) > > Of course this doesn't work so how would this line be converted to VB > > John > "John Wright" <riley_wri***@notmail.com> schrieb: Just a guess: The converter only supports VB.NET 2002 and thus it does not >I have the following code that was converted from C# > > Machine.Shift.Left(data(63), 24) Or Machine.Shift.Left(data(62), 16) Or > Machine.Shift.Left(data(61), 8) Or data(60) > > Of course this doesn't work so how would this line be converted to VB emit VB.NET 2003's bit-shifting operators ('>>', '<<'). -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Slow startup of Deployed Application
How to reset Windows Application's default programmatically? What is the Best Icon Maker? Display Crystal Report Problem Adding new record to a database Passing data from one VB.Net application to another Data Access Tad bit of combo box newbie help, please! Is this the most efficient/fastest code to use? (beginner sql question) Issues with scope on a text box after .net conversion from vb6 |
|||||||||||||||||||||||