Class: SimpleStringFormat
Formatter for displaying a string without a takeValue call
Implements
Formatter
<string
>
Constructors
constructor
• new SimpleStringFormat(nullValue
): SimpleStringFormat
ctor
Parameters
Name | Type | Description |
---|---|---|
nullValue | string | the string value for null |
Returns
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:569
Properties
nullValueString
• nullValueString: string
Implementation of
Formatter.nullValueString
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:564
Methods
format
▸ format(value
): string
Parameters
Name | Type |
---|---|
value | null | string |
Returns
string
Inherit Doc
Implementation of
Formatter.format
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:574