QueryStringEnumerable.EncodedNameValuePair.DecodeValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.