Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
How to add CodePage Converter component in VS 2008 or vs 2013 not available.

Can any one tell me how to add CodePage Converter component in Vs 2008 or Vs 2013. I need to convert Code page: 37 IBM EBCDIC U.S./Canada Fixed Size in to OLE DB format
Posted

1 solution

What exactly is not available? Did you look at the class System.Text.Encoding (what else? :-))?

Please see:
http://msdn.microsoft.com/en-us/library/system.text.encoding%28v=vs.110%29.aspx[^],
http://msdn.microsoft.com/en-us/library/470fd72s%28v=vs.110%29.aspx[^] (can you see the code page constructor parameter?).

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900