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

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

public static switch_is_number ( string str ) : switch_bool_t
str string
Результат switch_bool_t
        public static switch_bool_t switch_is_number(string str)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_is_number(str);
            return ret;
        }
freeswitch