S P

S P

  • NA
  • 285
  • 209.1k

Conditional operator to compare null to byte in c#

Apr 4 2018 9:06 AM
How can i compare null to byte value, I have to use conditional opeartor where i can check
 
 
value(byte) == 0? null : value(byte)
 
 
I can convert byte to int(still issue with comparing it null) 
 

Answers (1)