 | NameValueCollectionExtensions Methods |
The NameValueCollectionExtensions type exposes the following members.
Methods| | Name | Description |
|---|
 | Add(NameValueCollection, String, IEnumerableString) |
Add the specified values as name to me |
 | Add(NameValueCollection, String, String) |
Add the specified values as name to me |
 | ParseQueryString |
Parse a query string
|
 | ToArray |
Convert the name value collection to an array
|
 | ToDictionary(NameValueCollection) |
Convert the name value collection to a dictionary
|
 | ToDictionaryTValue(NameValueCollection, FuncString, String, FuncString, TValue) |
Convert the name value collection to a dictionary
|
 | ToHttpString |
Represent the NameValueCollection as a URI query string
|
 | ToList |
Convert query types
|
 | ToNameValueCollection(IEnumerableKeyValuePairString, Object) |
Creates a new name value collection from the kvp array
|
 | ToNameValueCollection(IEnumerableKeyValuePairString, String) |
Creates a new name value collection from the kvp array
|
 | ToParameterDictionary |
Convert the collection of key value pairs into a proper dictionary
|
 | TryGetValue |
Try to get values for key from me |
Top
See Also