You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue come from the double/decimal encoding of the javascript string : when the culture is french, the decimal separator is "," so it generate a bug.
I suggest you to use Invariant Culture in the ToString function if possible.