string s = "MR00001012"; int val = int.Parse(s.Substring(2)); // first digit starts at position 2
\d+
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)