Click or drag to resize
BaseDecodeString Method

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

Decodes a parameters string.

Namespace: OAuth.Decoder
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
public virtual IEnumerable<KeyValuePair<string, string>> DecodeString(
	string input
)

Parameters

input
Type: SystemString
Parameters string.

Return Value

Type: IEnumerableKeyValuePairString, String
Parameters.
See Also