xxxxxxxxxx
int myInt = default; // myInt is set to the default value for int, which is 0
string myString = default; // myString is set to the default value for string, which is null
xxxxxxxxxx
string myString = null; // myString is a reference to no string object