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 | |
---|---|---|
AddText | Overloaded. The AddText method overloads add text to the detector. | |
Equals | Overloaded. (inherited from Object ) | |
GetBestWindowsCodePage | The GetBestWindowsCodePage method gets the Windows code page that is able to represent the most text added to this OutboundCodePageDetector object. | |
GetCodePage | Overloaded. The GetCodePage method overloads return the code page that best represents the given text. | |
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. | |
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. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
Reset | The Reset method resets this OutboundCodePageDetector object. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top