Sort highest IEnumerable RegexMatch

@uiStijn

Sorry a small correction


System.Text.RegularExpressions.Regex.Matches(String.join(",",matchcol.Select(function(x) x.Value)),"\d+\.{0,1}\d+").Select(function(y) Cdbl(y.Value)).ToArray.Max()

This will give the max value(output is of type doubel use .ToString to convert)

cheers