Converter Property
Gets or sets the converter to get the display string for a choice. By default
the corresponding
TypeConverter
is used.
public Func<T, string> Converter { get; set; }
- Namespace
- Spectre
.Console - Containing Type
- SelectionPrompt
<T> - Property Type
- Func
<T, string>