Click or drag to resize

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
Syntax
C#
public static string askForStringInline(
	string question,
	string defans,
	ILogBuilder loger = null
)
Request Example View Source

Parameters

question
Type: SystemString
The question.
defans
Type: SystemString
Default answer
loger (Optional)
Type: ILogBuilder
The loger.

Return Value

Type: String
See Also