Click or drag to resize
HttpUtilityUrlEncodeToBytes Method (Byte)

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

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
)

Parameters

bytes
Type: SystemByte

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

Return Value

Type: Byte

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

See Also