Decodes a string with the default settings.
public static string? Decode(string? value)
| parameter | description |
|---|---|
| value | The string to be decoded. |
The decoded string.
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. |
The decoded string.