'Declaration Public Property BeginCharacter As System.String
public System.string BeginCharacter {get; set;}
The value cannot be a null reference (Nothing in Visual Basic) 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).
'Declaration Public Property BeginCharacter As System.String
public System.string BeginCharacter {get; set;}