Abdul Hayee
Member
- Joined
- Mar 31, 2020
- Messages
- 24
- Programming Experience
- Beginner
Hi Everyone.
some values are taken from user using textbox. The format is only digits. following it the sample of that
as we know if we read textbox data this should be in string format. to convert in into original format i use the following code.
Now i want to convert the received data into HEX format as mentioned in Red Text.
How i can acheive that.
I dont want HEX in String format at that step because i want to calculate the CRC bits using these data. After calculating CRC i want a string format of whole to display on another text box.
Can you guide me regarding this?
some values are taken from user using textbox. The format is only digits. following it the sample of that
as we know if we read textbox data this should be in string format. to convert in into original format i use the following code.
Now i want to convert the received data into HEX format as mentioned in Red Text.
How i can acheive that.
I dont want HEX in String format at that step because i want to calculate the CRC bits using these data. After calculating CRC i want a string format of whole to display on another text box.
Can you guide me regarding this?