[]
Gets or sets the beginning, or opening, delimiter character.
The value cannot be null and its length cannot be more than one character.
Empty string value means the delimiter structure beginning character is absent.
Default value is Unicode character U+0028 (LEFT PARENTHESIS).
public string BeginCharacter { get; set; }
Public Property BeginCharacter As String