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

switch_tolower() public static method

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