1
Answer

Conditional operator to compare null to byte in c#

S P

S P

6y
1.4k
1
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)