writing RightToLeft to files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a catenated string (i used StringBuilder.Append to concatenate few
strings), now i want to write my string to a file, but i need it to be
written from right to left (the default is left to right),how can it be done?

thanks,
Gidi.
 
Gidi,

Files are not written left to right or right to left, this is an aspect
of how you display the contents of a file. Basically, for any control, you
can set the RightToLeft property to true in order to have it align it's
elements in a RTL fashion.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top