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

switch_dow_str2int() 공개 정적인 메소드

public static switch_dow_str2int ( string exp ) : int
exp string
리턴 int
        public static int switch_dow_str2int(string exp)
        {
            int ret = freeswitchPINVOKE.switch_dow_str2int(exp);
            return ret;
        }
freeswitch