点击或拖拽改变大小

Functions.CryptRaw 方法

X#
Encrypt or decrypt a string handling its characters as single bytes (high order byte is ignored)

命名空间:  XSharp.VO
程序集:  XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法
 FUNCTION CryptRaw(
	cSource AS STRING,
	cKey AS STRING
) AS STRING
查看代码

参数

cSource
类型:String
Text that must be encrypted
cKey
类型:String
Key to use for the encryption

返回值

类型:String
Encrypted text. This has the same length as the original text
参见