OutboundCodePageDetector.AddText Method
Include Protected Members
Include Inherited Members
The AddText method overloads add text to the detector.
Overload List
Name | Description | |
---|---|---|
AddText(Char) | The AddText method adds a character to this OutboundCodePageDetector object. | |
AddText([]) | The AddText method adds text from a character array to this OutboundCodePageDetector object. | |
AddText(TextReader) | The AddText method adds text from a TextReader to this OutboundCodePageDetector object. | |
AddText(String) | The AddText method adds text from a string to this OutboundCodePageDetector object. | |
AddText(TextReader, Int32) | The AddText method adds a specified amount of text from a TextReader to this OutboundCodePageDetector object. | |
AddText([], Int32, Int32) | The AddText method adds text from a character array to this OutboundCodePageDetector object. | |
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.