Click or drag to resize
BaseEncodeValue Method

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

Encodes a parameter's value.

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

Parameters

value
Type: SystemString
Value.

Return Value

Type: String
Encoded value.
See Also