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

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

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