how to use LINQ Conversion Operators ( ToList , ToArray, ToLookup, Cast , OfType) in SQL data and normal data?
Conversion Operators are used to converting elements in a list or collection. There are many types of conversion operators in LINQ.
There is the following Conversion Operator.
Example
OUtput