FreeSWITCH.Native.freeswitch.switch_find_end_paren C# (CSharp) 메소드

switch_find_end_paren() 공개 정적인 메소드

public static switch_find_end_paren ( string s, char open, char close ) : string
s string
open char
close char
리턴 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