Users Pricing

forum

Home Forums How to split a string stored in list<*> , then insert to same list using linq style or lambda ? – MindStick

How to split a string stored in list<*> , then insert to same list using linq style or lambda ?

Royce Roy 3309 05 Oct 2013

I have Writen o code using linq

var result=from m in driver_list select(m.Email,m.LisancePlate)

My code Output is like this

sample1@company.com;sample2@company.com----34 KZ 7898 sample3@company.com;sample2@company.com---- 34 TZK 6785

I want to a new output using my result like this sample1@company.com---34 KZ 7898 sample2@company.com---34 KZ 7898 sample3@company.com---34 TZK 6785 sample2@company.com---34 TZK 6785


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md