TwitterProviderExtensions.

EncodeDataString(string) Method

Summary

A method to encode the data string ready for sending.
Assembly
Cake.Twitter.dll
Namespace
Cake.Twitter
Containing Type
TwitterProviderExtensions

Syntax

public static string EncodeDataString(this string value)

Parameters

Name Type Description
value string The string to be encoded.

Return Value

Type Description
string The encoded string.