Click or drag to resize
StringHelperCount Method
判断字符串compare 在 input字符串中出现的次数

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static int Count(
	string input,
	string compare
)

Parameters

input
Type: SystemString
源字符串
compare
Type: SystemString
用于比较的字符串

Return Value

Type: Int32
字符串compare 在 input字符串中出现的次数
See Also