CsvRecordAttributeSeparator Property |
Gets the separator string. Defaults to ",".
Namespace:
Enkoni.Framework.Serialization
Assembly:
Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntaxpublic string Separator { get; }
Public ReadOnly Property Separator As String
Get
public:
property String^ Separator {
String^ get ();
}
member Separator : string with get
Property Value
Type:
String
See Also