[]
Gets or sets the character used as a prompt for input.
public char PromptChar { get; set; }
Public 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 valid or MinValue. |