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

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

public static switch_escape_char ( SWIGTYPE_p_apr_pool_t pool, string arg1, string delim, char esc ) : string
pool SWIGTYPE_p_apr_pool_t
arg1 string
delim string
esc char
Результат string
        public static string switch_escape_char(SWIGTYPE_p_apr_pool_t pool, string arg1, string delim, char esc)
        {
            string ret = freeswitchPINVOKE.switch_escape_char(SWIGTYPE_p_apr_pool_t.getCPtr(pool), arg1, delim, esc);
            return ret;
        }
freeswitch