Share via


TextConverter Members

The TextConverter class is an abstract base class representing a transformation of text or other data from one format to another.

The following tables list the members exposed by the TextConverter type.

Public Properties

  Name Description
Aa564461.pubproperty(en-us,EXCHG.80).gif InputStreamBufferSize The InputStreamBufferSize property gets or sets the internal input buffer size, in bytes, for stream input.
Aa564461.pubproperty(en-us,EXCHG.80).gif OutputStreamBufferSize The OutputStreamBufferSize method gets or sets the internal output buffer size, in bytes, for stream output.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa564461.pubmethod(en-us,EXCHG.80).gif Convert Overloaded. The Convert overload converts the entire contents of an input Stream or TextReader object to another format and either stores the results in an output Stream object or writes the results to a TextWriter.
Aa564461.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa564461.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa564461.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa564461.pubmethod(en-us,EXCHG.80).gifAa564461.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa564461.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa564461.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa564461.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top