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

switch_toupper() public static method

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