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

switch_stristr() public static method

public static switch_stristr ( string instr, string str ) : string
instr string
str string
return string
        public static string switch_stristr(string instr, string str)
        {
            string ret = freeswitchPINVOKE.switch_stristr(instr, str);
            return ret;
        }
freeswitch