Esempio n. 1
0
        public string LatinicaUCirilicu(string tekst)
        {
            Konvertor Konvertor = new Konvertor();

            return(Konvertor.LatToCyr(tekst));
        }
Esempio n. 2
0
        public string CirilicaULatinicu(string tekst)
        {
            Konvertor Konvertor = new Konvertor();

            return(Konvertor.CyrToLat(tekst));
        }