다음을 통해 공유


OutboundCodePageDetector.AddText Method

The AddText method overloads add text to the detector.

Remarks

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

Overload List

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