Esempio n. 1
0
 public static string UTFDecode(this byte[] instance)
 {
     return(instance.DecodeUtf8String());
 }