 | EncryptionDecryptDES 方法 (String) |
Sweet 开发框架
DES解密
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string DecryptDES(
string decryptString
)
Public Shared Function DecryptDES (
decryptString As String
) As String
static member DecryptDES :
decryptString : string -> string
参数
- decryptString
- 类型:SystemString
要加密的字符串
返回值
类型:
String[缺少 "M:Sweet.Common.Encryption.DecryptDES(System.String)" 的 <returns> 文档]
参见