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

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