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

switch_strstr() 공개 정적인 메소드

public static switch_strstr ( string s, string q ) : switch_bool_t
s string
q string
리턴 switch_bool_t
        public static switch_bool_t switch_strstr(string s, string q)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_strstr(s, q);
            return ret;
        }
freeswitch