 | aceTerminalInputaskForTypedValueT Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Asks user to enter typed (numeric) value
Namespace:
imbACE.Services.terminal
Assembly:
imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntaxpublic static T askForTypedValue<T>(
string question,
T defans,
ILogBuilder loger = null,
rangeValueBase<T> range = null,
string defFormat = "F2",
bool autoretry = true,
int retryLimit = 5
)
where T : IComparable
Request Example
View SourceParameters
- question
- Type: SystemString
The question. - defans
- Type: T
The defans. - loger (Optional)
- Type: ILogBuilder
The loger. - range (Optional)
- Type: rangeValueBaseT
The range. - defFormat (Optional)
- Type: SystemString
The definition format. - autoretry (Optional)
- Type: SystemBoolean
if set to true [autoretry]. - retryLimit (Optional)
- Type: SystemInt32
The retry limit.
Type Parameters
- T
Return Value
Type:
T
See Also