标签: asp.net-mvc
我有类型字符串的变量现在我必须知道变量中的给定输入是日期。
我正在使用if (DateTime.TryParse(count,out dDate)),但它不能正常工作。
(DateTime.TryParse(count,out dDate))
这里count是我的字符串变量;