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

switch_isupper() public static method

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