OutboundCodePageDetector Members

The OutboundCodePageDetector class detects the best code page to use for encoding specified text.

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

Public Constructors

  Name Description
OutboundCodePageDetector The OutboundCodePageDetector constructor creates a new OutboundCodePageDetector object.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa580349.pubmethod(en-us,EXCHG.80).gif AddText Overloaded. The AddText method overloads add text to the detector.
Aa580349.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa580349.pubmethod(en-us,EXCHG.80).gif GetBestWindowsCodePage The GetBestWindowsCodePage method gets the Windows code page that is able to represent the most text added to this OutboundCodePageDetector object.
Aa580349.pubmethod(en-us,EXCHG.80).gif GetCodePage Overloaded. The GetCodePage method overloads return the code page that best represents the given text.
Aa580349.pubmethod(en-us,EXCHG.80).gif GetCodePageCoverage The GetCodePageCoverage method returns an integer that indicates the percentage of the text added to this OutboundCodePageDetector object that the specified code page can represent.
Aa580349.pubmethod(en-us,EXCHG.80).gif GetCodePages Overloaded. The GetCodePages method overloads return lists of code pages that will encode the text added to this OutboundCodePageDetector object, ordered from most preferred to least preferred.
Aa580349.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa580349.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa580349.pubmethod(en-us,EXCHG.80).gifAa580349.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa580349.pubmethod(en-us,EXCHG.80).gif Reset The Reset method resets this OutboundCodePageDetector object.
Aa580349.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top