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

switch_separate_paren_args() public static method

public static switch_separate_paren_args ( string str ) : string
str string
return string
        public static string switch_separate_paren_args(string str)
        {
            string ret = freeswitchPINVOKE.switch_separate_paren_args(str);
            return ret;
        }
freeswitch