DBCSCodePage.DBCSEncoding.GetDecoder C# (CSharp) Method

GetDecoder() public method

public GetDecoder ( ) : Decoder
return System.Text.Decoder
        public override Decoder GetDecoder()
        {
            return new DBCSDecoder(this);
        }