FreeSWITCH.Native.freeswitch.switch_util_quote_shell_arg C# (CSharp) Метод

switch_util_quote_shell_arg() публичный статический Метод

public static switch_util_quote_shell_arg ( string arg0 ) : string
arg0 string
Результат string
        public static string switch_util_quote_shell_arg(string arg0)
        {
            string ret = freeswitchPINVOKE.switch_util_quote_shell_arg(arg0);
            return ret;
        }
freeswitch