Exemplo n.º 1
0
        public static string ToPingYinFirst(this string str)
        {
            ConvertPingYin yin = new ConvertPingYin();

            return(yin.Convert(str, true));
        }
Exemplo n.º 2
0
        public static string ToPingYin(this string str)
        {
            ConvertPingYin yin = new ConvertPingYin();

            return(yin.Convert(str, false));
        }