Quantcast
Viewing all articles
Browse latest Browse all 4

Best way to do this?

Figured out a simple solution:

Regex regex = new Regex("^9+$");

if (regex.IsMatch(MyVar))
{
   MyVar = "9999999999";
}


Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>