 | aceTerminalInputaskForStringInline Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Asks for string input - in inline mode
Namespace:
imbACE.Services.terminal
Assembly:
imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntaxpublic static string askForStringInline(
string question,
string defans,
ILogBuilder loger = null
)
Request Example
View SourceParameters
- question
- Type: SystemString
The question. - defans
- Type: SystemString
Default answer - loger (Optional)
- Type: ILogBuilder
The loger.
Return Value
Type:
String
See Also