Board index » Visual Studio » text file to ASCII char

text file to ASCII char

Visual Studio238
Can any1 pls tell me how to convert contents in text file(ie., notepad)

which includes alphabets & char into ASCII code & write into another

text file


-
 

Re:text file to ASCII char

"Binu C" <binucmenon@gmail.com>schrieb:

Quote
Can any1 pls tell me how to convert contents in text file(ie., notepad)

which includes alphabets & char into ASCII code & write into another

text file



Could you provide a sample? Are you sure you want to write the output file

using the ASCII encoding which is a 7-bit encoding?



--

M S Herfried K. Wagner

M V P <URL:dotnet.mvps.org/>">dotnet.mvps.org/>

V B <URL:dotnet.mvps.org/dotnet/faqs/>">dotnet.mvps.org/dotnet/faqs/>



-