 | BaseConfigTConfigDecrypt 方法 |
Sweet 开发框架
解密
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public string Decrypt(
string str
)
Public Function Decrypt (
str As String
) As String
member Decrypt :
str : string -> string
参数
- str
- 类型:SystemString
字符串
返回值
类型:
String解密后字符串
参见