| AkCommonContainsFlag Method |
查找在 value 中是否包含特征字符串集合中的一个或多个(忽略大小写)
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool ContainsFlag(
string value,
params string[] flags
)
Parameters
- value
- Type: SystemString
- flags
- Type: SystemString
Return Value
Type:
Boolean
See Also