Click or drag to resize
AkCommonFindInArray Method
查找数组中是否存在指定的字符串(忽略大小写)

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static bool FindInArray(
	string value,
	params string[] array
)

Parameters

value
Type: SystemString
array
Type: SystemString

Return Value

Type: Boolean
See Also