SyntaxFix
Write A Post
Hire A Developer
Questions
You could override your object's ToString() method:
public override string ToString () { return string.Format ("{0},{1},{2}", this.number, this.id, this.whatever); }