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
We'd like to add an IsCurrency extension method to StringExtensions that bundles an easy and obvious check for if a string is a valid currency, similar to IsDecimal.
Continuing from Currency validation support #4430.
We'd like to add an
IsCurrency
extension method to StringExtensions that bundles an easy and obvious check for if a string is a valid currency, similar to IsDecimal.This would be implemented like so
The text was updated successfully, but these errors were encountered: