StringTools.count_substrings C# (CSharp) Method

count_substrings() private method

private count_substrings ( string value, string substr ) : Int32
value string
substr string
return Int32
    public static extern Int32 count_substrings(string value, string substr);