次の行で発生している入力文字列エラーを解決するにはどうすればよいですか:
string body = String.Format(
"The following leave request was made by user {o}: \n Date: {1} \t Hours: {2} \t Reason: {3}",
username.ToString(),
TxtBoxDate.Text,
DDHours.SelectedValue+DDTimeWindow.SelectedValue,
TxtNotes.Text);