cupcakesrule
Programmer
I have this code in a classic ASP Page:
How do I go about converting this to ASP.Net C# code? I know how to create an if statement in C# I am jsut confused by this
Code:
If ((262152 And &H00000008) <> 0)) Then
End If
Code:
((262152 And &H00000008) <> 0))