Beispiel #1
0
        public string TitleFormaterTest(string wordsToIgnore, string title)
        {
            var formater = new StringFormater();

            return(formater.ToTitle(title, wordsToIgnore));
        }