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

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

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