Click or drag to resize
EncrypterSortAndConcat Method
将字符串数组排序后拼接成一个文本信息

Namespace: X3Platform.Security
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string SortAndConcat(
	params string[] values
)

Parameters

values
Type: SystemString
任意多个文本信息

Return Value

Type: String
拼接后的文本
See Also