Partager via


OutboundCodePageDetector.AddText Method

Include Protected Members
Include Inherited Members

The AddText method overloads add text to the detector.

Overload List

  Name Description
Public method AddText(Char) The AddText method adds a character to this OutboundCodePageDetector object.
Public method AddText([]) The AddText method adds text from a character array to this OutboundCodePageDetector object.
Public method AddText(TextReader) The AddText method adds text from a TextReader to this OutboundCodePageDetector object.
Public method AddText(String) The AddText method adds text from a string to this OutboundCodePageDetector object.
Public method AddText(TextReader, Int32) The AddText method adds a specified amount of text from a TextReader to this OutboundCodePageDetector object.
Public method AddText([], Int32, Int32) The AddText method adds text from a character array to this OutboundCodePageDetector object.
Public method AddText(String, Int32, Int32) The AddText method adds text from a String to this OutboundCodePageDetector object.

Top

Remarks

The more text a OutboundCodePageDetector object has to work with, the more easily and accurately it can suggest a codepage.