How come Nullable can be converted to IFormattable though Nullable not implementing IFormattable
I can confirm that int?
type does not implement IFormattable
by examining the following code:
I can confirm that int?
type does not implement IFormattable
by examining the following code: