EncrypterSortAndConcat Method |
将字符串数组排序后拼接成一个文本信息
Namespace: X3Platform.SecurityAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string SortAndConcat(
params string[] values
)
public:
static String^ SortAndConcat(
... array<String^>^ values
)
Parameters
- values
- Type: SystemString
任意多个文本信息
Return Value
Type:
String拼接后的文本
See Also