[1] = "memory usage threshold: 80 %";

strResult = Regex.Match(result[1], @"(?<a>\d+)\s*%").Groups["a"].ToString();

分组的命名方式为:(?< groupname > exp) 捕获exp