nulls

In this page we'll review:

  • null is a special value that indicates that there is no value
  • null is different than '0' or '"";
  • if a member value was not set, it's value is null
string s = null; 

To learn more about null read the nulls explained article


Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com