Counts the number of times a character occurs in a given string
public static int Occurs(string source, char match)
Parameters
source
input string
match
character to match
Overloads:
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic