Friday, September 7, 2012
Issue: No implicit conversion between int and null
Issue: No implicit conversion between int and null
Solution:
int value = 999999;
int? result;
result = (value > 0) ?
(int?)
value : null;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment