Returns the number of occurence of C in S.
Source position: strextra.pas line 82
function CountChar(
const S: string;
C: Char
):Integer;