Phil Hack
  • Home
Sign in Subscribe

csv

A collection of 1 post
c#

Turn all object in a list into a csv with quotes

Sample C# code: var foos = GetAllFoos().FooName.AsEnumerable(); if (foos == null) return “”; foos = foos.OrderBy(x => x.Value); var result = “‘” + string.Join(“‘,’”, foos.Select(x => x.Value)) + “‘”;
06 Apr 2014
Page 1 of 1
Phil Hack © 2025
Powered by Ghost