Share via


QueryStringEnumerable.EncodedNameValuePair.DecodeValue Method

Definition

Decodes the value from this name/value pair.

public ReadOnlyMemory<char> DecodeValue ();
member this.DecodeValue : unit -> ReadOnlyMemory<char>
Public Function DecodeValue () As ReadOnlyMemory(Of Char)

Returns

Characters representing the decoded value.

Applies to