Base64HelperDecodeUrl Method (String) |
使用默认编码将UrlBase64编码串转换为源字符串
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string DecodeUrl(
string urlString
)
Public Shared Function DecodeUrl (
urlString As String
) As String
public:
static String^ DecodeUrl(
String^ urlString
)
static member DecodeUrl :
urlString : string -> string
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