OutboundCodePageDetector.GetCodePages Method
The GetCodePages method overloads return lists of code pages that will encode the text added to this OutboundCodePageDetector object, ordered from most preferred to least preferred.
Overload List
| Name | Description |
|---|---|
| OutboundCodePageDetector.GetCodePages () |
The GetCodePages method gets a list of code pages that will encode the text added to this OutboundCodePageDetector object, ordered from best to worst.
|
| OutboundCodePageDetector.GetCodePages (Charset, Boolean) |
The GetCodePages method gets a list of code pages that will encode the text added to this OutboundCodePageDetector object, ordered from best to worst, subject to the preference indicated by the preferredCharset parameter..
|
| OutboundCodePageDetector.GetCodePages (Culture, Boolean) |
The GetCodePages method returns a list of code pages that will encode the text added to this OutboundCodePageDetector object, ordered from best to worst, subject to the preference indicated by the culture parameter.
|