Example #1
0
 public static Generic.IEnumerable <byte> Encode(this Generic.IEnumerable <char> me)
 {
     return(me.Encode(Encoding.Utf8));
 }