QPDecode() public static method

public static QPDecode ( byte toEncode ) : byte[]
toEncode byte
return byte[]
Esempio n. 1
0
 public static string QPDecode(string toEncode)
 {
     return(WWWTranscoder.QPDecode(toEncode, Encoding.UTF8));
 }
Esempio n. 2
0
        public static string QPDecode(string toEncode)
        {
            Encoding uTF = Encoding.UTF8;

            return(WWWTranscoder.QPDecode(toEncode, uTF));
        }