[]
Gets or sets the character used as a prompt for input.
public virtual char PromptChar { get; set; }
Public Overridable Property PromptChar As Char
Type | Description |
---|---|
char | The character used as a prompt for input. The default is an underscore ("_"). |
Type | Condition |
---|---|
ArgumentException | The assigned value is not a valid char. |