cancel
Showing results for 
Search instead for 
Did you mean: 

hexa to decimal?

Former Member
0 Kudos

Hi Expert

I have a solution using xslt to transform string to ascii (in hexa) format but would like convert the hexa to decimal.

1. Is there a way in transaction to convert hexa to decimal?

2. Is there a way in transaction to convert string to ascii(hexa or deci)?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am not sure if there are any built in functions that would handle the conversion. But of course, you could create one custom action block that would handle both your conversions. Say mode=1 handles one way, mode=2 handles another conversion.