FreeSWITCH.Native.freeswitch.switch_url_decode C# (CSharp) 메소드

switch_url_decode() 공개 정적인 메소드

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