polamin
3/12/2017 - 6:57 PM

Exact number from string

Exact number from string

Int32.Parse(Regex.Replace(s, @"[^\d]", ""));