Method AskString
AskString(string, string)
Invite the user to enter a string
Declaration
public string AskString(string msg, string defaultValue = "")
Parameters
| Type | Name | Description |
|---|---|---|
| string | msg | Message to display |
| string | defaultValue | Message to display |
Returns
| Type | Description |
|---|---|
| string |