Click or drag to resize
BaseEncodeString Method

[This is preliminary documentation and is subject to change.]

Encodes a parameters string.

Namespace: OAuth.Encoder
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
public string EncodeString(
	IEnumerable<KeyValuePair<string, string>> parameters
)

Parameters

parameters
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
Parameters.

Return Value

Type: String
Parameters string.
See Also