I have a method that will receive a string, but before I can work with it, I have to convert it to int. Sometimes it can be null and I ha
string
int
null
I think your best option is to do what your boss says, this one isn't worth it! That said, add a few spaces around yours and I like it better.
int someValue = int.Parse(value ?? "0");