IBM "Packed Decimal" To .NET "String" Conversion
-
Hi, Is there any function to convert String/Number to "Packed Decimal" and vice versa? Thank you.:confused:
There isn't anything built in to the Framework that I am aware of. You would need to write your own function to do this. Doing a quick search on Google, here[^] is some VB6 code that might get you started. (I have not tested this code, so I will not make any guarantees to it's correctness.)
Scott.
—In just two days, tomorrow will be yesterday. [Forum Guidelines] [Articles] [Blog]
-
There isn't anything built in to the Framework that I am aware of. You would need to write your own function to do this. Doing a quick search on Google, here[^] is some VB6 code that might get you started. (I have not tested this code, so I will not make any guarantees to it's correctness.)
Scott.
—In just two days, tomorrow will be yesterday. [Forum Guidelines] [Articles] [Blog]
Scott Dorman wrote:
Doing a quick search on Google, here[^] is some VB6 code
Isn't that the development equivalent of the AntiChrist?
Deja View - the feeling that you've seen this post before.
-
Scott Dorman wrote:
Doing a quick search on Google, here[^] is some VB6 code
Isn't that the development equivalent of the AntiChrist?
Deja View - the feeling that you've seen this post before.
Pete O`Hanlon wrote:
Isn't that the development equivalent of the AntiChrist?
:laugh::laugh:
Scott.
—In just two days, tomorrow will be yesterday. [Forum Guidelines] [Articles] [Blog]