Click or drag to resize

Utils_LinqConvert Method

Converts a NameValueCollection to an List of KeyValuePair.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static IEnumerable<KeyValuePair<string, Object>> Convert(
	this NameValueCollection values
)

Parameters

values
Type: System.Collections.SpecializedNameValueCollection

Return Value

Type: IEnumerableKeyValuePairString, Object

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type NameValueCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also