Whats best practice?

string test = null;
string test = "";
string test = string.Empty;

Thanks!