Click or drag to resize

NameValueCollectionExtensions Class

Extension methods on NameValueCollection
Inheritance Hierarchy
SystemObject
  SanteDBNameValueCollectionExtensions

Namespace: SanteDB
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public static class NameValueCollectionExtensions

The NameValueCollectionExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodAdd(NameValueCollection, String, IEnumerableString) Add the specified values as name to me
Public Extension MethodAdd(NameValueCollection, String, String) Add the specified values as name to me
Public Extension MethodParseQueryString Parse a query string
Public Extension MethodToArray Convert the name value collection to an array
Public Extension MethodToDictionary(NameValueCollection) Convert the name value collection to a dictionary
Public Extension MethodToDictionaryTValue(NameValueCollection, FuncString, String, FuncString, TValue) Convert the name value collection to a dictionary
Public Extension MethodToHttpString Represent the NameValueCollection as a URI query string
Public Extension MethodToList Convert query types
Public Extension MethodToNameValueCollection(IEnumerableKeyValuePairString, Object) Creates a new name value collection from the kvp array
Public Extension MethodToNameValueCollection(IEnumerableKeyValuePairString, String) Creates a new name value collection from the kvp array
Public Extension MethodToParameterDictionary Convert the collection of key value pairs into a proper dictionary
Public Extension MethodTryGetValue Try to get values for key from me
Top
See Also