[Modify] Polish it
This commit is contained in:
parent
5f99e99a45
commit
a553653231
@ -1955,7 +1955,9 @@ namespace WebSocketSharp
|
||||
/// </param>
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user