I am trying to combine a bunch of similar methods into a generic method. I have several methods that return the value of a querystring, or null if that querystring does not
I know, I know, but...
public static bool TryGetQueryString(string key, out T queryString)