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

switch_cut_path() public static method

public static switch_cut_path ( string arg0 ) : string
arg0 string
return string
        public static string switch_cut_path(string arg0)
        {
            string ret = freeswitchPINVOKE.switch_cut_path(arg0);
            return ret;
        }
freeswitch