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

switch_url_decode() public static method

public static switch_url_decode ( string s ) : string
s string
return string
        public static string switch_url_decode(string s)
        {
            string ret = freeswitchPINVOKE.switch_url_decode(s);
            return ret;
        }
freeswitch