OutboundCodePageDetector.GetCodePage Method
Include Protected Members
Include Inherited Members
The GetCodePage method overloads return the code page that best represents the given text.
Overload List
Name | Description | |
---|---|---|
GetCodePage() | The GetCodePage method gets the code page that best represents the text added to this OutboundCodePageDetector object. | |
GetCodePage(Charset, Boolean) | The GetCodePage method takes the preferred character set into account and gets the code page that can best represent the text added to this OutboundCodePageDetector object. | |
GetCodePage(Culture, Boolean) | The GetCodePage method gets the code page that best represents the text added to this OutboundCodePageDetector object and best fits the preferred culture. |
Top