BloombergLP::bslalg::NumericFormatterUtil::toChars

Format the specified float value into [first, last)].

Synopsis

Declared in <bslalg_numericformatterutil.h>

static
char*
toChars(
    char* first,
    char* last,
    float value,
    Format format,
    int precision) noexcept;

Return Value

pointer past the last character written, or null on failure

Parameters

NameDescription
firstbeginning of the output character range
lastend of the output character range
valuefloating-point value to format
formatfloating-point formatting style
precisionnumber of digits after the radix point