Tagged Questions

1
vote
1answer
30 views

ASP.NET Conditional Statements

What kind of conditional statements does asp.net have, and how are they coded? I'd like to see both VB and C#. Here's a VB one I use: If condition Then <statements> Else I …
3
votes
2answers
92 views

Code to convert from 8-bit integers to 16 bit integers and vice versa?

I'm looking for a simple pair of functions that will convert a pair of 8-bit integers into a single 16-bit integer type and vice versa. Does anyone know of one for .NET? [someone …