Left Property
Left
Gets or sets the left character of the pair.
Declaration
public char Left { get; set; }
Public Property Left As Char
Property Value
Type |
Description |
char |
A char value that represents the left character of the character pair.
The default is null.
|
See Also