05-10-2012 04:29 AM
Hello,
i want to convert a decimal string like this "12345" in Ascii (hex) string like this "3132333435".
How can I make it?
regards
Schwede
Solved! Go to Solution.
05-10-2012 04:39 AM
This is one way to do it.
12-20-2013 11:26 PM
i want to convert a decimal number like this "1234" in hex string like this "1234"..
12-21-2013 12:21 AM - edited 12-21-2013 12:23 AM
@system wrote:
i want to convert a decimal number like this "1234" in hex string like this "1234"..
Please attach what datatype you have. Do you have a numeric integer datatype as input? In this case the formatting of it is irrelevant and your use of "decimal" just confuses the issue. All you need is "Number to decimal string".
Please clarify if you need something else. Typically it is not advised to add a new and different question to the end of an old thread that is already marked as solved. Start a new thread next time.
08-28-2014 01:46 AM
Hi All
I am trying to converter 4 bit hex string to number. I know the right results. But I do not know how converte. Please see the attached vi
Please help me.
Thanks
08-28-2014 01:50 AM
duplicate post, continue here…