Convert encoding

Closed
chinnu - 7 Sep 2009 à 02:23
 Blocked Profile - 7 Sep 2009 à 05:29
Hello,
I have one text file(c:\data.txt) with 'Unicode' format . I want to change it into 'ANSI' format in command line(in DOS). Please help on this . Please Give me the compleate code example .

Thanks in Advance .
Related:

1 response

Blocked Profile
7 Sep 2009 à 05:29
hi there,

to get the exact definition and explanation

please use link below from official Microsoft website:

https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding.convert?redirectedfrom=MSDN&view=netframework-4.8

Thanks