判断字符串compare 在 input字符串中出现的次数
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static int Count(
string input,
string compare
)
Public Shared Function Count (
input As String,
compare As String
) As Integer
public:
static int Count(
String^ input,
String^ compare
)
static member Count :
input : string *
compare : string -> int
Parameters
- input
- Type: SystemString
源字符串 - compare
- Type: SystemString
用于比较的字符串
Return Value
Type:
Int32字符串compare 在 input字符串中出现的次数
See Also