G
Guest
Does someone know the equivelant to this in vb.net?
c#
if ( (someChar & 0xFF80 ) == 0){
// Evaluated, do something....
}
How can i accomplish this in vb.net? If you could tell me and also explain
the logic, I would be appreciative...
thanks,
c#
if ( (someChar & 0xFF80 ) == 0){
// Evaluated, do something....
}
How can i accomplish this in vb.net? If you could tell me and also explain
the logic, I would be appreciative...
thanks,