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

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

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