GetDecoder() public méthode

public GetDecoder ( ) : System.Text.Decoder
Résultat System.Text.Decoder
 public void PosTest1()
 {
     UTF7Encoding utf7 = new UTF7Encoding();
     Decoder decoder = utf7.GetDecoder();
 }