Dynamic anchor with numeric value

Hi. I was able to link dynamic anchor with specific value when targeting.
but I found when the value is numeric, it have some problem.

if the value is 1234.00 then I succeed
if the value is 1234 then I failed.

is there any possible way to detect dynamic linked value as numeric?

I found solution.

Convert.ToDouble(in_usdOrderAmt).ToString(“.00”)

thank you all.

1 Like

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