[SR-Users] Hex to Dec conversion

Konrad Rozycki konrad.rozycki at redembedded.com
Mon Sep 14 18:23:33 CEST 2015



On 09/14/2015 04:37 PM, Yufei Tao wrote:
Hi,

I want to convert a Hex number string into a Dec number string, e.g. Hex number "123" into Dec number "291". What is the best way? I didn't find any transformation for this.

Thank you!
Yufei



_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users at lists.sip-router.org<mailto:sr-users at lists.sip-router.org>
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Hi Yufei,

Use app_python and python scripts contains somthing like that:


int("0x123", 16)

Greetings

Konrad


--
Konrad Rozycki
Red Embedded

This E-mail and any attachments hereto are strictly confidential and intended solely for the addressee. If you are not the intended addressee please notify the sender by return and delete the message.

You must not disclose, forward or copy this E-mail or attachments to any third party without the prior consent of the sender.

Red Embedded Design, Company Number 06688253 Registered in England: The Wave, 1 View Croft Road, Shipley, West Yorkshire, BD17 7DU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20150914/d5203941/attachment.html>


More information about the sr-users mailing list