[This is preliminary documentation and is subject to change.]
Filters encoding by its parameters
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum EncodingFilters |
| Visual Basic |
|---|
Public Enumeration EncodingFilters |
| Visual C++ |
|---|
public enum class EncodingFilters |
| F# |
|---|
type EncodingFilters |
| JScript |
|---|
public enum EncodingFilters |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NormalizedYes | 1 | IsAlwaysNormalized()()()() = True | |
| NormalizedNo | 2 | IsAlwaysNormalized()()()() = False | |
| BrowserDisplayYes | 4 | IsBrowserDisplay = True | |
| BrowserDisplayNo | 8 | IsBrowserDisplay = False | |
| BrowserSaveYes | 16 | IsBrowserSave = True | |
| BrowserSaveNo | 32 | IsBrowserSave = False | |
| BrowserYes | 20 | Or combination of BrowserDisplayYes and BrowserSaveYes | |
| BrowserNo | 40 | Or combination of BrowserDisplayNo and BrowserSaveNo | |
| MailNewsDisplayYes | 64 | IsMailNewsDisplay = True | |
| MailNewsDisplayNo | 128 | IsBrowserDisplay = False | |
| MailNewsSaveYes | 256 | IsMailNewsSave = True | |
| MailNewsSaveNo | 512 | IsMailNewsSave = False | |
| MailNewsYes | 320 | Or combination of MailNewsDisplayYes and MailNewsSaveYes | |
| MailNewsNo | 640 | Or combination of MailNewsDisplayNo and MailNewsSaveNo | |
| ReadOnlyYes | 1024 | IsReadOnly = True | |
| ReadOnlyNo | 2048 | IsReadOnly = False | |
| SingleByte | 4096 | IsSingleByte = True | |
| MultiByte | 8192 | IsSingleByte = False | |
| MailAgentBodyYes | 16384 | BodyName isn not an empty string | |
| MailAgentBodyNo | 32768 | BodyName isn an empty string | |
| MailAgentHeaderYes | 65536 | HeaderName isn not an empty string | |
| MailAgentHeaderNo | 131072 | HeaderName isn an empty string | |
| MailAgentYes | 81920 | Or combination of MailAgentBodyYes and MailAgentHeaderYes | |
| MailAgentNo | 163840 | Or combination of MailAgentBodyNo and MailAgentHeaderNo | |
| MailYes | 82240 | Or combination of MailNewsYes and MailAgentYes | |
| MailNo | 164480 | Or combination of MailNewsNo and MailAgentNo | |
| InternetYes | 82260 | Or combination of MailYes and BrowserYes | |
| InternetNo | 164520 | Or combination of MailNo and BrowserNo | |
| NormalizedCYes | 262144 | IsAlwaysNormalized()()()()(FormC) = True | |
| NormalizedCNo | 524288 | IsAlwaysNormalized()()()()(FormC) = False | |
| NormalizedDYes | 1048576 | IsAlwaysNormalized()()()()(FormD) = True | |
| NormalizedDNo | 2097152 | IsAlwaysNormalized()()()()(FormD) = False | |
| NormalizedKCYes | 4194304 | IsAlwaysNormalized()()()()(FormKC) = True | |
| NormalizedKCNo | 8388608 | IsAlwaysNormalized()()()()(FormKC) = False | |
| NormalizedKDYes | 16777216 | IsAlwaysNormalized()()()()(FormKD) = True | |
| NormalizedKDNo | 33554432 | IsAlwaysNormalized()()()()(FormKD) = False | |
| NormalizedFullCanonicalBothYes | 1310720 | Or combination of NormalizedCYes and NormalizedDYes | |
| NormalizedFullCanonicalBothNo | 2621440 | Or combination of NormalizedCNo and NormalizedDNo | |
| NormalizedFullCompatibilityBothYes | 20971520 | Or combination of NormalizedKCYes and NormalizedKDYes | |
| NormalizedFullCompatibilityBothNo | 41943040 | Or combination of NormalizedKCNo and NormalizedKDNo | |
| NormalizedAllYes | 22282240 | Or combination of NormalizedFullCanonicalBothYes and NormalizedFullCompatibilityBothYes | |
| NormalizedAllNo | 44564480 | Or combination of NormalizedFullCanonicalBothNo and NormalizedFullCompatibilityBothNo | |
| NormalizedCanonicalAtLeastOneYes | 67108864 | IsAlwaysNormalized()()()()(FormC) = True -or- IsAlwaysNormalized()()()()(FormD) = True | |
| NormalizedCanonicalAtLeastOneNo | 134217728 | IsAlwaysNormalized()()()()(FormC) = False -or- IsAlwaysNormalized()()()()(FormD) = False | |
| NormalizedCompatibilityAtLeastOneYes | 268435456 | IsAlwaysNormalized()()()()(FormKC) = True -or- IsAlwaysNormalized()()()()(FormKD) = True | |
| NormalizedCompatibilityAtLeastOneNo | 536870912 | IsAlwaysNormalized()()()()(FormKC) = False -or- IsAlwaysNormalized()()()()(FormKD) = False | |
| NormalizedAtLeastOneYes | 1073741824 | IsAlwaysNormalized()()()() with one of NormalizationForm values returns True | |
| NormalizedAtLeastOneNo | 2147483648 | IsAlwaysNormalized()()()() with one of NormalizationForm values returns False | |
| CodePage_EQ_WindowsCodePage | 4294967296 | CodePage = WindowsCodePage | |
| CodePage_NEQ_WindowsCodePage | 8589934592 | CodePage != WindowsCodePage | |
| PreambleYes | 17179869184 | GetPreamble()()()().Length > 0 | |
| PrembleNo | 34359738368 | GetPreamble()()()().Length = 0 | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |
Remarks
This enumeration is used to either include only encodings or exclude all encodings that falle into either at least one or all groups specified