Click or drag to resize

MvFunctionsLkDCount Method

Text Function that counts the delimited substrings inside a string.

Namespace:  LinkarCommon
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public static int LkDCount(
	string str,
	string delimiter
)

Parameters

str
Type: SystemString
The string you are going to count.
delimiter
Type: SystemString
The separator you are going to count.

Return Value

Type: Int32
The number of occurrences found.
See Also