NameValueCollectionExtension ToParametersString Method (NameValueCollection, String, Boolean)Nemiro.OAuth
Returns a string of query parameters with a specified separator and encoding parameters.

Namespace: Nemiro.OAuth.Extensions
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public static string ToParametersString(
	this NameValueCollection source,
	string separator,
	bool noencoding
)

Return Value

Type: String

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