Class SerializeContentArgs
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Arguments for content serialization with configurable separator.
public class SerializeContentArgs
- Inheritance
-
SerializeContentArgs
- Inherited Members
- Extension Methods
Properties
KeyCodeSeparator
Gets the key code of the separator character.
public int KeyCodeSeparator { get; }
Property Value
SeparatorChar
Gets the first character of the separator string. Must be property - prevents forgetting to change value in three occurrences.
public char SeparatorChar { get; }
Property Value
SeparatorString
Gets or sets the separator string. Defaults to "|".
public string SeparatorString { get; set; }