StringTools.count_substrings C# (CSharp) Méthode

count_substrings() private méthode

private count_substrings ( string value, string substr ) : Int32
value string
substr string
Résultat Int32
    public static extern Int32 count_substrings(string value, string substr);