Yammer.Net Documented Class Library
UrlEncode Method (value)
NamespacesOAuthOAuthBaseUrlEncode(String)
This is a different Url Encode implementation since the default .NET one outputs the percent encoding in lower case. While this is not a problem with the percent encoding spec, it is used in upper case throughout OAuth
Declaration Syntax
C#Visual BasicVisual C++
protected string UrlEncode(
	string value
)
Protected Function UrlEncode ( _
	value As String _
) As String
protected:
String^ UrlEncode(
	String^ value
)
Parameters
value (String)
The value to Url encode
Return Value
Returns a Url encoded string

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