How to convert from EBCDIC to ASCII in C#.net
Posted
by Sai
on Stack Overflow
See other posts from Stack Overflow
or by Sai
Published on 2010-05-18T14:33:06Z
Indexed on
2010/05/18
14:40 UTC
Read the original article
Hit count: 265
I have a value in EBCDIC format "000000{". I want to convert it into a.Net Int32 type. Can anyone let me know what I can do about it?? So my question is given a string that contains a signed numeric in EBCDIC , what should I be doing to convert it into a .NET Int32.
Thanks so much in advance!
© Stack Overflow or respective owner