Partager via


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
Public method GetCodePage() The GetCodePage method gets the code page that best represents the text added to this OutboundCodePageDetector object.
Public method 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.
Public method 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