Skip to content

Rose::StringUtility::numberToString

Convert a floating‐point number to a string.

Synopsis

Declared in <src/Rose/StringUtility/NumberToString.h>

[[visibility]]
std::string
numberToString(double);

Description

The returned string uses printf with "%2.2f" format.

Return Value

String representation of the input value.

Created with MrDocs