DynamicExpresso
DynamicExpresso copied to clipboard
How to change compiler's culture?
Hi,
I want to make some calculation. In my culture this is valid number:
0,000000000
But dynamic expresso uses this style
0.00
So, how can i change compilers default culture?
The parser actually has a culture property, but unfortunately this for now doesn't affect the parsing of number. I expect to always have english culture like C# compiler.
So for now it is not possible. Probably this can be done, but I have to change some code ...
As usualy any help is appreciated....