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

switch_is_digit_string() public static method

public static switch_is_digit_string ( string s ) : switch_bool_t
s string
return 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