Click or drag to resize
HttpUtilityUrlEncodeToBytes Method (String)

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

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(
	string str
)

Parameters

str
Type: SystemString

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

Return Value

Type: Byte

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

See Also