Yammer.Net Documented Class Library
Encode Method (input)
NamespacesOAuthRfc3986Encode(String)
Perform RFC 3986 Percent-encoding on a string.
Declaration Syntax
C#Visual BasicVisual C++
public static string Encode(
	string input
)
Public Shared Function Encode ( _
	input As String _
) As String
public:
static String^ Encode(
	String^ input
)
Parameters
input (String)
The input string
Return Value
The RFC 3986 Percent-encoded string

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