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 | |
---|---|---|
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. | |
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.. | |
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. |
Top
See also
Reference
OutboundCodePageDetector class