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

switch_perform_substitution() public static method

public static switch_perform_substitution ( SWIGTYPE_p_real_pcre re, int match_count, string data, string field_data, string substituted, SWIGTYPE_p_switch_size_t len, SWIGTYPE_p_int ovector ) : void
re SWIGTYPE_p_real_pcre
match_count int
data string
field_data string
substituted string
len SWIGTYPE_p_switch_size_t
ovector SWIGTYPE_p_int
return void
        public static void switch_perform_substitution(SWIGTYPE_p_real_pcre re, int match_count, string data, string field_data, string substituted, SWIGTYPE_p_switch_size_t len, SWIGTYPE_p_int ovector)
        {
            freeswitchPINVOKE.switch_perform_substitution(SWIGTYPE_p_real_pcre.getCPtr(re), match_count, data, field_data, substituted, SWIGTYPE_p_switch_size_t.getCPtr(len), SWIGTYPE_p_int.getCPtr(ovector));
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
        }
freeswitch