StringHelpers.UrlDecode method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Strings
Assembly Skybrud.Essentials.dll

UrlDecode(string)

Static

Decodes a URL string.

public static string UrlDecode(string str)

Parameters

str String

The string to be decoded.

Returns

The decoded string.