C# 字串判斷是否為 null C# 字串判斷是否為 null 2016-08-26 jashliao Comments 0 Comment C# 字串判斷是否為 null if (string.IsNullOrEmpty(變數01) == true) 變數01 = “值”;