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

switch_strstr() public static method

public static switch_strstr ( string s, string q ) : switch_bool_t
s string
q string
return 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