GetDecoder() 공개 메소드

public GetDecoder ( ) : System.Text.Decoder
리턴 System.Text.Decoder
예제 #1
0
 public void PosTest1()
 {
     UTF7Encoding utf7 = new UTF7Encoding();
     Decoder decoder = utf7.GetDecoder();
 }