Click or drag to resize
HttpUtilityUrlEncode Method (String)
Encodes a URL string.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string UrlEncode(
	string str
)

Parameters

str
Type: SystemString
The text to encode.

Return Value

Type: String
An encoded string.
See Also