Click or drag to resize
Base64HelperDecodeUrl Method (String)
使用默认编码将UrlBase64编码串转换为源字符串

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string DecodeUrl(
	string urlString
)

Parameters

urlString
Type: SystemString

[Missing <param name="urlString"/> documentation for "M:Adf.Base64Helper.DecodeUrl(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Base64Helper.DecodeUrl(System.String)"]

See Also