i am using the following expression to convert date format -
DateTime.ParseExact(vSearchDate.ToString(),“dd.MM.yyyy”,System.Globalization.CultureInfo.InvariantCulture.ToString(“dd-MM-yyyy”)). But i am getting error that Strict On disallows on implicit conversion from string to integer. Whta could be the issue?