[]
Gets or sets character that separates items in the delimiter structure.
The value cannot be null and its length cannot be more than one character.
Empty string value means the delimiter structure separator character is absent.
Default value is Unicode character U+2502 (BOX DRAWINGS LIGHT VERTICAL).
public string SeparatorCharacter { get; set; }
Public Property SeparatorCharacter As String