Base64DEncryptEncodeBase64 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 EncodeBase64( string text )
Public Shared Function EncodeBase64 ( text As String ) As String
public: static String^ EncodeBase64( String^ text )
static member EncodeBase64 : text : string -> string
Parameters
- text
- Type: SystemString
要加密的字符串
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.Base64DEncrypt.EncodeBase64(System.String)"]
See Also