static int? TranslateToNumber(char c){....}
It means that the value type is nullable. See the documentation for Nullable .
Thanks for the reply Lewis Todd
Answers
It means that the value type is nullable. See the documentation for Nullable .
Thanks for the reply Lewis Todd