Base Conversion

Hi Everyone,

We receive campaign id, ad group id from Twitter Ads API in Base 36 Format(“h2r6r”). We want to convert it to base 10 format (“28682019”).

Can anyone guide me how to do it in uipath?

Thanks

You can use any VB.NET or C# code in an Invoke Code activity to do the conversion, e.g. this one:

1 Like

Here’s an example:
ConvertBase36ToBase10.xaml (5.5 KB)

image

image

2 Likes

Thanks a lot. Its working.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.