Yammer.Net Documented Class Library
EncodeAndJoin Method (values)
NamespacesOAuthRfc3986EncodeAndJoin(NameValueCollection)
Join the name-value pairs into a string seperated with ampersands. Each name and value is first RFC 3986 encoded and values are separated from names with equal signs.
Declaration Syntax
C#Visual BasicVisual C++
public static string EncodeAndJoin(
	NameValueCollection values
)
Public Shared Function EncodeAndJoin ( _
	values As NameValueCollection _
) As String
public:
static String^ EncodeAndJoin(
	NameValueCollection^ values
)
Parameters
values (NameValueCollection)
The name value collection to encode and join
Return Value
An RFC 3986 compliant string

Assembly: oAuth (Module: oAuth) Version: 1.0.0.0 (1.0.0.0)