string value = ""; //string value = null; //← null で試したい場合 if (string.IsNullOrEmpty(value)) { //これが表示されます。 System.Diagnostics.Debug.WriteLine("文字列はnullか空文字です。"); }