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

switch_url_encode() public static method

public static switch_url_encode ( string url, string buf, uint len ) : string
url string
buf string
len uint
return string
        public static string switch_url_encode(string url, string buf, uint len)
        {
            string ret = freeswitchPINVOKE.switch_url_encode(url, buf, len);
            return ret;
        }
freeswitch