| AkCommonFindInArray Method |
查找数组中是否存在指定的字符串(忽略大小写)
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool FindInArray(
string value,
params string[] array
)
Parameters
- value
- Type: SystemString
- array
- Type: SystemString
Return Value
Type:
Boolean
See Also