I have to read some csv text files into a C# program. The files have hebrew text in them stored in visual ordering.
ie:
שלום 123
is stored as:
םולש 123
what is the best way to flip the hebrew to logical ordering,
In php i could use the hebrev
function, but cannot find anything similar for c#.