コード例 #1
0
 public static Type ConvertToType(this NameValueCollection collection, string paramName, Type defaultValue)
 {
     return(NameValueCollectionHelper.ConvertToType(collection, paramName, defaultValue));
 }