Skip to content

Instantly share code, notes, and snippets.

@NineMvp
Created November 3, 2017 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NineMvp/c8928c137e86f4b3799ea7c1f205c696 to your computer and use it in GitHub Desktop.
Save NineMvp/c8928c137e86f4b3799ea7c1f205c696 to your computer and use it in GitHub Desktop.
nullable primitive data type
int? total = 100;
total ?? 0; //เข้าถึงข้อมูลแบบกำหนดค่า default value หากเป็น null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment