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

switch_escape_string_pool() public static method

public static switch_escape_string_pool ( string arg0, SWIGTYPE_p_apr_pool_t pool ) : string
arg0 string
pool SWIGTYPE_p_apr_pool_t
return string
        public static string switch_escape_string_pool(string arg0, SWIGTYPE_p_apr_pool_t pool)
        {
            string ret = freeswitchPINVOKE.switch_escape_string_pool(arg0, SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch