FreeSWITCH.Native.freeswitch.switch_strstr C# (CSharp) Méthode

switch_strstr() public static méthode

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