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

switch_strchr_strict() public static method

public static switch_strchr_strict ( string arg0, char find, string allowed ) : string
arg0 string
find char
allowed string
return string
        public static string switch_strchr_strict(string arg0, char find, string allowed)
        {
            string ret = freeswitchPINVOKE.switch_strchr_strict(arg0, find, allowed);
            return ret;
        }
freeswitch