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
I'd be nice to have a currency format attribute. I.e. the format like in someFloatVar.ToString("C2") in VB.NET, where you have "$(NUMBER)" for negative numbers.
I'd be nice to have a currency format attribute. I.e. the format like in
someFloatVar.ToString("C2")in VB.NET, where you have "$(NUMBER)" for negative numbers.