text encoding
C#
3
Posts
2
Posters
0
Views
1
Watching
-
hi ! sorry for my bad english ;P So... How can i give the encoding format (UTF-7/8/16) . I'm testing with a Word Document. Thanks in advance Alex
-
hi System.Text 1. UTF8Encoding 2. UFT7Encoding 3. ASCIIEncoding 3. UnicodeEncoding These class can be used to encode the text as we require. Hope this will help u in some way. Regards