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

switch_format_number() public static method

public static switch_format_number ( string num ) : string
num string
return string
        public static string switch_format_number(string num)
        {
            string ret = freeswitchPINVOKE.switch_format_number(num);
            return ret;
        }
freeswitch