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

switch_isalpha() public static method

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