Ascii |
public class AsciiExportOptions : IEquatable<AsciiExportOptions>
The AsciiExportOptions type exposes the following members.
Name | Description | |
---|---|---|
AsciiExportOptions | Creates default options: Separator char is Tab, Substitute char is Space, FormatProvider is the CurrentCulture. |
Name | Description | |
---|---|---|
Culture | ||
DateTimeFormat | If this string is not empty, it is a C# format string to convert date/times. | |
ExportDataColumnNames | If true, the first line of the exported Ascii file will contain the data column names, separated by the SeparatorChar. | |
ExportPropertiesWithName | If true, the property items will be exported with name. In order to do that, each property item will be headed by "PropColName=". SeparatorChar and Newlines will be removed both from the items text and from the PropertyColumnNames. | |
ExportPropertyColumns | If true, the property columns will be exported. | |
SeparatorAndSubstituteChar | Gets the separator and substitute character. | |
SeparatorChar | The separator char. | |
SubstituteForSeparatorChar | Substitute for separator char. Should the separator char be present in header or items, it is replaced by this char. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
WithSeparator | Sets the separator char and chooses the substitute char automatically. |
Name | Description | |
---|---|---|
PropertyKeyAsciiExportOptions |