FreeSWITCH.Native.freeswitch.switch_toupper C# (CSharp) Метод

switch_toupper() публичный статический Метод

public static switch_toupper ( int c ) : int
c int
Результат int
        public static int switch_toupper(int c)
        {
            int ret = freeswitchPINVOKE.switch_toupper(c);
            return ret;
        }
freeswitch