I have some issues converting a string to a datetime.
What i have is in 'for each ’ activity , for each called currentitem and in a variable of string containing a date format.
Appear the next error:
i want to make this convert to use as a condition at this way : Convert.ToString(DateTime.Fecha.DayOfWeek).Contains(“Friday”)
How can i fix this issue?