[Modify] Polish it
This commit is contained in:
parent
5f99e99a45
commit
a553653231
@ -1955,7 +1955,9 @@ namespace WebSocketSharp
|
|||||||
/// </param>
|
/// </param>
|
||||||
public static string UrlDecode (this string value)
|
public static string UrlDecode (this string value)
|
||||||
{
|
{
|
||||||
return value != null && value.Length > 0 ? HttpUtility.UrlDecode (value) : value;
|
return value != null && value.Length > 0
|
||||||
|
? HttpUtility.UrlDecode (value)
|
||||||
|
: value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user