コード例 #1
0
 public static string DataEncode(string toEncode)
 {
     return(WWWTranscoder.DataEncode(toEncode, Encoding.UTF8));
 }