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

switch_isxdigit() public static method

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