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

switch_isdigit() public static method

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