UrlDecode Method
Definition
- Assemblies
- Cuemon.Net.dll
UrlDecode(IDecorator<string>, Action<EncodingOptions>)
Converts the enclosed string of the specified decorator that has been encoded for transmission in a URL into a decoded string.
public static string UrlDecode(this IDecorator<string> decorator, Action<EncodingOptions> setup = null)
Parameters
decoratorIDecorator<string>The IDecorator<T> to extend.
setupAction<EncodingOptions>The EncodingOptions which may be configured.
Returns
- string
An URL decoded string.
Exceptions
- ArgumentNullException
decoratorcannot be null.