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

◆ UrlEncodeToBytes() [2/4]

static ? byte[] System.Web.HttpUtility.UrlEncodeToBytes ( byte?[] bytes,
int offset,
int count )
inlinestatic

Definition at line 275 of file HttpUtility.cs.

276 {
277 return HttpEncoder.UrlEncode(bytes, offset, count, alwaysCreateNewReturnValue: true);
278 }
static byte[] UrlEncode(byte[] bytes, int offset, int count, bool alwaysCreateNewReturnValue)

References System.bytes, System.count, System.offset, and System.Web.Util.HttpEncoder.UrlEncode().