QPDecode() public static method

public static QPDecode ( byte toEncode ) : byte[]
toEncode byte
return byte[]
コード例 #1
0
 public static string QPDecode(string toEncode)
 {
     return(WWWTranscoder.QPDecode(toEncode, Encoding.UTF8));
 }
コード例 #2
0
        public static string QPDecode(string toEncode)
        {
            Encoding uTF = Encoding.UTF8;

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