I was wondering if there\'s a syntax for formatting NULL values in string.Format, such as what Excel uses
For example, using Excel I could specify a format value of
Is this what you want?
string test;
test ?? "NULL"