| BaseEncode Method |
[This is preliminary documentation and is subject to change.]
Encodes a key/value pair.
Namespace: OAuth.EncoderAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax protected string Encode(
KeyValuePair<string, string> segment
)
Protected Function Encode (
segment As KeyValuePair(Of String, String)
) As String
protected:
String^ Encode(
KeyValuePair<String^, String^> segment
)
member Encode :
segment : KeyValuePair<string, string> -> string
Parameters
- segment
- Type: System.Collections.GenericKeyValuePairString, String
Key/value pair.
Return Value
Type:
StringString.
See Also