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

switch_find_end_paren() public static method

public static switch_find_end_paren ( string s, char open, char close ) : string
s string
open char
close char
return string
        public static string switch_find_end_paren(string s, char open, char close)
        {
            string ret = freeswitchPINVOKE.switch_find_end_paren(s, open, close);
            return ret;
        }
freeswitch