Relative Content

Tag Archive for c#csvright-to-leftcsvhelper

Write RTL to CSV file using C#

I am trying to write a function that receives a DataTable and writes the data from it into a csv file, The function works, but I want the file content to be displayed in Right-to-Left (RTL)..