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

switch_util_quote_shell_arg() public static method

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