UrlEncoding.Decode method (1 of 2)

Decodes a string with the default settings.

public static string? Decode(string? value)
parameter description
value The string to be decoded.

Return Value

The decoded string.

See Also


UrlEncoding.Decode method (2 of 2)

Decodes a string with the specified settings.

public static string? Decode(string? value, UrlEncodingSettings settings)
parameter description
value The string to be decoded.
settings The settings to use when decoding.

Return Value

The decoded string.

See Also