Base64DEncryptDecodeBase64 Method | Helper帮助文档 |
Base64解密
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string DecodeBase64( string text )
Public Shared Function DecodeBase64 ( text As String ) As String
public: static String^ DecodeBase64( String^ text )
static member DecodeBase64 : text : string -> string
Parameters
- text
- Type: SystemString
要解密的字符串
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.Base64DEncrypt.DecodeBase64(System.String)"]
See Also