I read this somewhere, and i was just trying to figure out, what this does. I know it is a LINQ query, but ater the 'in clause', i see some text, which i am unable to understand, Usually, we write a table name here or some source like array/generics. can anyone please explain me.
var youShould = from c
in "3%.$@9/52@2%35-%@4/@./3,!#+%23 !2#526%N#/-"
select (char)(c^3<<5);
The value in the youShould should be some char value, but i am unable to figure out exactly.