c# - int.TryParse = null if not numeric? - Stack Overflow
is there some way of return null if it can't parse a string to int? with: public .... , string? categoryID) { int.TryParse(categoryID, out categoryID); getting "cannot convert from 'out string......