How to convert ulong number

  • Thread starter Thread starter Hariprasadbrk
  • Start date Start date
H

Hariprasadbrk

Guest
Hello,

Please suggest how can we implement the below requirement.

050203060404--> This is hexa decimal number which is 48 bits

I need to convert it to 523644. Basically I have removed zero in front of each 16 bits data.

Suppose If I have across 050203000404, then I need to display as 523044.


Please suggest.


click "Proposed As Answer by" if this post solves your problem or "Vote As Helpful" if a post has been useful to you Happy Programming! Hari

Continue reading...
 
Back
Top