11-18-05 10:52 PM
Hi,
I am not sure of who to change culture for particular functoid.
But you can used string functoids or you can right custom C# script for
this. Please let me know if you need sample code for that.
abby
"nets-rac" wrote:
> Hi,
>
> I have a xml schema with an element of type double and I use the
> cumulative sum functoid to calculate the sum of these elements.
> The problem is that the values in the xml file are in german format
> with a comma (e.g. 9,6 or 4,8).
> The result of the cumulative sum is (with the values 9,6 and 4,8) 144
> instead of 14.4 (or 14,4).
> So, is there a possibility to set a specific culture to get the correct
> value in the correct format (14,4)? Or is there an other workaround?
>
> Thanks,
> nets-rac
>
>
[ Post a follow-up to this message ]
|