FreeSWITCH.Native.freeswitch.switch_strchr_strict C# (CSharp) Метод

switch_strchr_strict() публичный статический Метод

public static switch_strchr_strict ( string arg0, char find, string allowed ) : string
arg0 string
find char
allowed string
Результат 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