FreeSWITCH.Native.freeswitch.switch_islower C# (CSharp) Method

switch_islower() public static method

public static switch_islower ( int c ) : int
c int
return int
        public static int switch_islower(int c)
        {
            int ret = freeswitchPINVOKE.switch_islower(c);
            return ret;
        }
freeswitch