✅ Cannot convert from string[] to 'char' [SOLVED]
Hi, I'm getting this error that I am converting from string[] to char. The data type for the field I am trying to retrieve isn't char but string. Somehow, I receive this error message.
3 Replies
allLocations.Contains(x.Location)
Ahh...alright, it's solved now. Thank you.
Closed!