Click or drag to resize
BaseDecodeValue Method

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

Decodes a parameter's value.

Namespace: OAuth.Decoder
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
protected virtual string DecodeValue(
	string value
)

Parameters

value
Type: SystemString
Value.

Return Value

Type: String
Decoded value.
See Also