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