Click or drag to resize
HttpUtilityUrlEncode Method (String, Encoding)
Encodes a URL string using the specified encoding object.

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,
	Encoding enc
)

Parameters

str
Type: SystemString
The text to encode.
enc
Type: System.TextEncoding
The System.Text.Encoding object that specifies the encoding scheme.

Return Value

Type: String
An encoded string.
See Also