Skip to main content

Class: SimpleStringFormat

Formatter for displaying a string without a takeValue call

Implements

  • Formatter<string>

Constructors

constructor

new SimpleStringFormat(nullValue): SimpleStringFormat

ctor

Parameters

NameTypeDescription
nullValuestringthe string value for null

Returns

SimpleStringFormat

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

NameType
valuenull | 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