Beispiel #1
0
 public string DecodeEntity(int ient)
 {
     return(nt.Decode(ient));
 }
Beispiel #2
0
 public string Decode(int c) => nt.Decode(c);