Home

Is there a way to change the dump (header) for a dictionary ?

I've got a Dictionary<string,string> and when I use the dump() before to export the results (Word, Excel), It always show as headers two lines :

  • Dictionary<string,string> (N items)
  • Key Value

Is there a way to change this display (for example with a .ToDump() method) and how ?

Comments

Sign In or Register to comment.