This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Twitter.
Summary
A method to encode the data string ready for sending.
- Assembly
- Cake
.Twitter .dll - Namespace
- Cake
.Twitter - Containing Type
- Twitter
Provider Extensions
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. |