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

switch_regex_copy_substring() public static method

public static switch_regex_copy_substring ( string subject, SWIGTYPE_p_int ovector, int stringcount, int stringnumber, string buffer, int size ) : int
subject string
ovector SWIGTYPE_p_int
stringcount int
stringnumber int
buffer string
size int
return int
        public static int switch_regex_copy_substring(string subject, SWIGTYPE_p_int ovector, int stringcount, int stringnumber, string buffer, int size)
        {
            int ret = freeswitchPINVOKE.switch_regex_copy_substring(subject, SWIGTYPE_p_int.getCPtr(ovector), stringcount, stringnumber, buffer, size);
            return ret;
        }
freeswitch