Format:
Recent snippets matching tags of OAuth
public const string SafeUrlCharacters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.~";
335 Views
no comments
/// <summary>
/// URL-encodes a string for use with OAuth.
/// </summary>
/// <param name="toEncode">
/// The string to encode.
/// </param>
/// <returns>
/// A URL-encoded string where all of the encoded characters are upper-case.
/// </returns>
/// <remarks>
387 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
