Click or drag to resize
HttpUtilityUrlEncodeToBytes Method (Byte, Int32, Int32)

[Missing <summary> documentation for "M:Activsoft.Engine.Mobile.Utils.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)"]

Namespace: Activsoft.Engine.Mobile.Utils.Web
Assembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static byte[] UrlEncodeToBytes(
	byte[] bytes,
	int offset,
	int count
)

Parameters

bytes
Type: SystemByte

[Missing <param name="bytes"/> documentation for "M:Activsoft.Engine.Mobile.Utils.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Activsoft.Engine.Mobile.Utils.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Activsoft.Engine.Mobile.Utils.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Activsoft.Engine.Mobile.Utils.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)"]

See Also