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

switch_escape_char() public static method

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
return 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