| AkCommonIndexOfArray Method |
获取在数组中的索引(忽略大小写)
查找字符串在数组中第一个匹配的索引
数组或字符串为 null 时, 返回 -1
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static int IndexOfArray(
string value,
params string[] array
)
Parameters
- value
- Type: SystemString
- array
- Type: SystemString
Return Value
Type:
Int32
See Also