public static Type ConvertToType(this NameValueCollection collection, string paramName, Type defaultValue) { return(NameValueCollectionHelper.ConvertToType(collection, paramName, defaultValue)); }