Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UrlDecode() [4/4]

static ? string System.Web.HttpUtility.UrlDecode ( string? str,
Encoding e )
inlinestatic

Definition at line 288 of file HttpUtility.cs.

289 {
290 return HttpEncoder.UrlDecode(str, e);
291 }
static byte[] UrlDecode(byte[] bytes, int offset, int count)

References System.str, and System.Web.Util.HttpEncoder.UrlDecode().