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

switch_stristr() 공개 정적인 메소드

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