csharp take only int from string

Code Example - csharp take only int from string

                
                        resultString = Regex.Match(subjectString, @"\d+").Value;